c-blosc: fetchpatch with full index

This commit is contained in:
qbisi
2025-12-27 00:53:43 +08:00
parent 4aa60f47bf
commit ea11ef98d5
+1 -1
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
patches = [
# backport patch for cmake 4 compatibility
(fetchpatch {
url = "https://github.com/Blosc/c-blosc/commit/051b9d2cb9437e375dead8574f66d80ebce47bee.patch";
url = "https://github.com/Blosc/c-blosc/commit/051b9d2cb9437e375dead8574f66d80ebce47bee.patch?full_index=1";
hash = "sha256-90dUd8KQqq+uVbngfoKF45rmFxbLVVgZjg0Xfc/vpcc=";
})
];