Unverified Commit 11f79fd8 authored by Gabriel Simmer's avatar Gabriel Simmer
Browse files

flyctl: update to 0.1.62, disable autoupdate

parent 1afd4dbf
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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 {