c-blosc2: 2.19.0 -> 2.19.1

This commit is contained in:
R. Ryantm 2025-07-17 14:38:49 +00:00
parent 74fde3b350
commit 1af4956006

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "c-blosc2";
version = "2.19.0";
version = "2.19.1";
src = fetchFromGitHub {
owner = "Blosc";
repo = "c-blosc2";
rev = "v${finalAttrs.version}";
sha256 = "sha256-KfuZKeWri1REV8gxtyoM/ksUcfrDnz/UrIbm2gb7EcE=";
sha256 = "sha256-t+zh89VFVnqYzxqZh13hS6iieSqbG+DTPzI4aXwY8os=";
};
# https://github.com/NixOS/nixpkgs/issues/144170