flyctl: 0.3.171 -> 0.3.172

(cherry picked from commit 355729e522)
This commit is contained in:
R. Ryantm
2025-08-30 03:25:54 +00:00
committed by github-actions[bot]
parent af39794d2a
commit 4e2bc0c7bc

View File

@@ -9,16 +9,16 @@
buildGoModule rec {
pname = "flyctl";
version = "0.3.171";
version = "0.3.172";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-9FJ/n2LoTrQmcO+J3eXxexggFhvP22yYFbrryd0rGtM=";
hash = "sha256-jKzlKOdE+SrCzY81ciI9sKN0iiFZMsKp04A+1TV1+i0=";
};
vendorHash = "sha256-uXCy/8HkwqGnQEoNtyOErLw9byG8SWc5YdzYZXwjhW4=";
vendorHash = "sha256-D6b+dLoE4IdhsmnWILe7Thkggq3p0ur4C3BOz7Cuk98=";
subPackages = [ "." ];