Skip to content

Commit

Permalink
flyctl: 0.3.56 -> 0.3.61 (#373324)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaghavSood authored Jan 14, 2025
2 parents 618e580 + 03be5c7 commit 435a03e
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.56";
version = "0.3.61";

src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-l413128FjVflVKHAYJspK63UP8IomNimIeJi3xyYmxw=";
hash = "sha256-YGUjEK8Yvb1S879MNQ/gJYNG4DjFMTL2VHE/m5KLoE0=";
};

vendorHash = "sha256-/YP9qx6OS2OcPSF1BgEZ4l+nSwg+T5rKOHjdDHlNy+k=";
vendorHash = "sha256-SqG5JJ2l71+fQirsg51hjr5sFHQzzH3U+acJMaN5W0c=";

subPackages = [ "." ];

Expand Down

0 comments on commit 435a03e

Please sign in to comment.