fly: 7.14.1 -> 7.14.2

This commit is contained in:
R. Ryantm
2025-10-07 01:06:27 +00:00
parent 0bcf98ab2f
commit bd3f0e5686
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "fly";
version = "7.14.1";
version = "7.14.2";
src = fetchFromGitHub {
owner = "concourse";
repo = "concourse";
rev = "v${version}";
hash = "sha256-Q+j41QhhibyE+a7iOgMKm2SeXhNV8ek97P014Wje9NQ=";
hash = "sha256-lm4l+9hYOFKt12KaOs/5R4zymya82Tb4q1k3leyG2UA=";
};
vendorHash = "sha256-2busKAFaQYE82XKCAx8BGOMjjs8WzqIxdpz+J45maoc=";