Skip to content

Commit

Permalink
flyctl: 0.3.53 -> 0.3.56
Browse files Browse the repository at this point in the history
(cherry picked from commit 2756e29)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Jan 2, 2025
1 parent f6000b0 commit 9727fb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/fl/flyctl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildGoModule rec {
pname = "flyctl";
version = "0.3.53";
version = "0.3.56";

src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-B6Qku84vUy2KtAWQ3mpbOd1G14xAw0FFuB02fDvFE84=";
hash = "sha256-l413128FjVflVKHAYJspK63UP8IomNimIeJi3xyYmxw=";
};

vendorHash = "sha256-B7COrPKxTBDdFehBcNKt47I1ZslBHjWc+ibPiCpIocU=";
vendorHash = "sha256-/YP9qx6OS2OcPSF1BgEZ4l+nSwg+T5rKOHjdDHlNy+k=";

subPackages = [ "." ];

Expand Down

0 comments on commit 9727fb6

Please sign in to comment.