fly: 8.0.0 -> 8.0.1

This commit is contained in:
R. Ryantm
2026-01-29 17:30:23 +00:00
parent 3b372930e8
commit e72bce99bf
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "fly";
version = "8.0.0";
version = "8.0.1";
src = fetchFromGitHub {
owner = "concourse";
repo = "concourse";
rev = "v${version}";
hash = "sha256-rJpmFO5kpn9It1j8EKb2ZyMnKQ+n4iCuAVFB8nVk6+k=";
hash = "sha256-fwWYZHtirrH0neNMFJzgjxUFAggBRWzFjQVJg68Tfrs=";
};
vendorHash = "sha256-Ymxe64xtstMKISIHHCY5Z8RX3FxoS/8ocSZomcr4NXA=";