mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
flyctl: update to 0.1.62, disable autoupdate
This commit is contained in:
parent
1afd4dbfe5
commit
11f79fd8cd
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user