Skip to content

Commit

Permalink
flyctl: 0.2.124 -> 0.2.125
Browse files Browse the repository at this point in the history
(cherry picked from commit e0c25ad)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Sep 9, 2024
1 parent 0eef95d commit 979c9c1
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.124";
version = "0.2.125";

src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-l+rq3L4JQcc8mXbBukAOTtoX0Z7fudYxAIPnPFvupjQ=";
hash = "sha256-7jMti/NShvo6T3JLzRM9FKqRXkgS8jeUitZq5SU4sHE=";
};

vendorHash = "sha256-rFFaRtEXc+rCCxUckrnFq79zIXg2XETa+hPZo1usBrc=";
vendorHash = "sha256-uYGOXXeNfe2rYtJh2ggNv2TbVJul4RbiBQ1KSbEjqW8=";

subPackages = [ "." ];

Expand Down

0 comments on commit 979c9c1

Please sign in to comment.