git-lfs: 3.7.0 -> 3.7.1

Fixes CVE-2025-26625.

Changes:
https://github.com/git-lfs/git-lfs/releases/tag/v3.7.1
This commit is contained in:
Thomas Gerbet
2025-10-17 10:34:30 +02:00
parent 57437f147e
commit e839548206
+2 -2
View File
@@ -12,13 +12,13 @@
buildGoModule rec {
pname = "git-lfs";
version = "3.7.0";
version = "3.7.1";
src = fetchFromGitHub {
owner = "git-lfs";
repo = "git-lfs";
tag = "v${version}";
hash = "sha256-EFuuyD83aYe6XMKbRfAykVMfGFOQ4I6ORvMRm0Q8vfM=";
hash = "sha256-N5ckTnyA3mueZre+rMhFZBiAFgEu4pmtzkiUidXnan8=";
};
vendorHash = "sha256-6H0KpLin+DqwEg5bdzaxj2CoNSneZ/ET43MTrrdF3h8=";