Loading pkgs/development/web/flyctl/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ buildGoModule rec { pname = "flyctl"; version = "0.1.56"; version = "0.1.62"; src = fetchFromGitHub { owner = "superfly"; repo = "flyctl"; rev = "v${version}"; hash = "sha256-Megf4kQ17rwvHKlREzEw7YIibtl/wol0U5bVvPuwxxI="; hash = "sha256-/IIHe3OG/r/cZ4PaYZazv/aPBzyxNBCWbgkzFbJMpvc="; }; vendorHash = "sha256-EI1cyLCiUEkit80gh0BV6Ti8CX8KYuIqz2od7LDLTXg="; vendorHash = "sha256-bjlNwhhhvwrw5GtWO8+1HV2IauqexKSb+O9WGX06qGA="; subPackages = [ "." ]; Loading Loading @@ -43,6 +43,8 @@ buildGoModule rec { --fish <($out/bin/flyctl completion fish) \ --zsh <($out/bin/flyctl completion zsh) ln -s $out/bin/flyctl $out/bin/fly # If autoupdate is true, we get into an autoupdate loop $out/bin/flyctl settings autoupdate disable ''; passthru.tests.version = testers.testVersion { Loading Loading
pkgs/development/web/flyctl/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ buildGoModule rec { pname = "flyctl"; version = "0.1.56"; version = "0.1.62"; src = fetchFromGitHub { owner = "superfly"; repo = "flyctl"; rev = "v${version}"; hash = "sha256-Megf4kQ17rwvHKlREzEw7YIibtl/wol0U5bVvPuwxxI="; hash = "sha256-/IIHe3OG/r/cZ4PaYZazv/aPBzyxNBCWbgkzFbJMpvc="; }; vendorHash = "sha256-EI1cyLCiUEkit80gh0BV6Ti8CX8KYuIqz2od7LDLTXg="; vendorHash = "sha256-bjlNwhhhvwrw5GtWO8+1HV2IauqexKSb+O9WGX06qGA="; subPackages = [ "." ]; Loading Loading @@ -43,6 +43,8 @@ buildGoModule rec { --fish <($out/bin/flyctl completion fish) \ --zsh <($out/bin/flyctl completion zsh) ln -s $out/bin/flyctl $out/bin/fly # If autoupdate is true, we get into an autoupdate loop $out/bin/flyctl settings autoupdate disable ''; passthru.tests.version = testers.testVersion { Loading