c-blosc2: 2.19.1 -> 2.21.1

This commit is contained in:
R. Ryantm
2025-08-20 22:50:11 +00:00
parent 3ecd031b66
commit 0caa862d16
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "c-blosc2";
version = "2.19.1";
version = "2.21.1";
src = fetchFromGitHub {
owner = "Blosc";
repo = "c-blosc2";
rev = "v${finalAttrs.version}";
sha256 = "sha256-t+zh89VFVnqYzxqZh13hS6iieSqbG+DTPzI4aXwY8os=";
sha256 = "sha256-Ra/LhLV78Gr2rXIKZIFx3+oJ+Fk03tfmguoGL4P9J5c=";
};
# https://github.com/NixOS/nixpkgs/issues/144170