Merge pull request #83965 from r-ryantm/auto-update/flyctl

flyctl: 0.0.102 -> 0.0.110
This commit is contained in:
Mario Rodas 2020-04-01 08:24:25 -05:00 committed by GitHub
commit 4e02ae60f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "flyctl";
version = "0.0.102";
version = "0.0.110";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
sha256 = "181j248i8j9g7kz5krg0bkbxkvmcwpz2vlknii5q3dy7yhgg19h3";
sha256 = "1fvvanyzrai41fq98msjwzgwsidxbaly6f6knma6lwmicv4f9svg";
};
preBuild = ''
@ -20,7 +20,7 @@ buildGoModule rec {
rm $out/bin/helpgen
'';
modSha256 = "1mqkc7hnavvpbqar9f1d2vnm47p4car9abnk2ikyf27jr5glwmsd";
modSha256 = "0lnk2g5msqhhshh99s32sqd793rdlzmp7vhqdb1fd6qafrrrxm5w";
meta = with lib; {
description = "Command line tools for fly.io services";