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

flyctl: 0.4.27 -> 0.4.29 (#506765)

parents 9341c707 cb8abb67
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

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

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

  proxyVendor = true;