Skip to content

Commit

Permalink
[Backport release-24.05] flyctl: 0.2.114 -> 0.2.120 (#337523)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaghavSood authored Aug 28, 2024
2 parents 4d61f05 + b67636a commit 66b58d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/web/flyctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "flyctl";
version = "0.2.114";
version = "0.2.120";

src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-NzF+AAZQxQeM+x8tTyiBl0VVYphMKKj3o2koV8JmQtQ";
hash = "sha256-n+EWwjz4+zmwqDGzBRi2rtnxe+mxd906JcqtrbGiz4w=";
};

vendorHash = "sha256-Mujrsgoabx0/+g+IFwNNpI6C532iu/BWHk6xtIPsE+M=";
vendorHash = "sha256-RtHTAigoPlmop9XURD1nw1nCkGJCdYwFUnp5AWp3x3M=";

subPackages = [ "." ];

Expand Down

0 comments on commit 66b58d0

Please sign in to comment.