Unverified Commit d4d99c0a authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #218978 from wahjava/update-flyctl

flyctl: 0.470 -> 0.473
parents 65544975 b7cfef7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "flyctl";
  version = "0.0.470";
  version = "0.0.473";

  src = fetchFromGitHub {
    owner = "superfly";
    repo = "flyctl";
    rev = "v${version}";
    hash = "sha256-6D106qRd3dsSpZqlOVVV/I38YsjFTEtApvWtCc+LVNw=";
    hash = "sha256-bTOGrg+dM+FXNvbeJ3fx1aMlT/2sPVYwGOzZaZfHVm8=";
  };

  vendorHash = "sha256-ExHzf4L0Ibb+tYfBV45hEaUJgSQhgpHk40QhHa5dpQ8=";