flyctl: 0.4.27 -> 0.4.29 (#506765)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-05 01:01:05 +00:00
committed by GitHub
+2 -2
View File
@@ -12,7 +12,7 @@
buildGoModule rec {
pname = "flyctl";
version = "0.4.27";
version = "0.4.29";
src = fetchFromGitHub {
owner = "superfly";
@@ -22,7 +22,7 @@ buildGoModule rec {
cd "$out"
git rev-parse HEAD > COMMIT
'';
hash = "sha256-C0MlKxkd3fftaBoVsmpnBP+tLw1dTCckKS0BrZGt8/c=";
hash = "sha256-mpyxl8Bjk6d0nCmnl+yzp0GtKiugjLykCFlfnf53+K4=";
};
proxyVendor = true;