1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

flyctl: 0.2.124 -> 0.2.125

(cherry picked from commit e0c25adfe2)
This commit is contained in:
R. Ryantm 2024-09-08 14:53:54 +00:00 committed by github-actions[bot]
parent 0eef95da74
commit 979c9c1229

View file

@ -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 = [ "." ];