flyctl: update to 0.1.62, disable autoupdate

This commit is contained in:
Gabriel Simmer 2023-07-20 14:37:29 +01:00
parent 1afd4dbfe5
commit 11f79fd8cd
No known key found for this signature in database
GPG Key ID: C81B106D46C5B875

View File

@ -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 = [ "." ];
@ -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 {