Unverified Commit cc616831 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

flyctl: 0.4.29 -> 0.4.33 (#509304)

parents 9f8b3508 d226092c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildGoModule rec {
  pname = "flyctl";
  version = "0.4.29";
  version = "0.4.33";

  src = fetchFromGitHub {
    owner = "superfly";
@@ -22,11 +22,11 @@ buildGoModule rec {
      cd "$out"
      git rev-parse HEAD > COMMIT
    '';
    hash = "sha256-mpyxl8Bjk6d0nCmnl+yzp0GtKiugjLykCFlfnf53+K4=";
    hash = "sha256-d6GcWiEf/Ir8Uut+xEQagOCcEjOoIxGPvvYC2fqzQPo=";
  };

  proxyVendor = true;
  vendorHash = "sha256-BqlLRnyr0m57lshGsjElK39JKYoJrIr281SevOUVhzI=";
  vendorHash = "sha256-YO1/E1ys2rt/7nswYsuwynlACH3XsKtsrVRqzoJlny0=";

  subPackages = [ "." ];