fly: 7.14.0 -> 7.14.1

This commit is contained in:
R. Ryantm
2025-08-21 03:45:26 +00:00
parent 3ecd031b66
commit ef893a4249
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "fly";
version = "7.14.0";
version = "7.14.1";
src = fetchFromGitHub {
owner = "concourse";
repo = "concourse";
rev = "v${version}";
hash = "sha256-7CXxaqfwFfxq6v0IKxkK08WkICBTLGf7ME1WuZzrG8w=";
hash = "sha256-Q+j41QhhibyE+a7iOgMKm2SeXhNV8ek97P014Wje9NQ=";
};
vendorHash = "sha256-2busKAFaQYE82XKCAx8BGOMjjs8WzqIxdpz+J45maoc=";