c-blosc2: 2.22.0 -> 2.23.1

This commit is contained in:
R. Ryantm
2026-03-08 04:10:04 +00:00
committed by Robert Scott
parent c11a94ff82
commit b13b75c8f9

View File

@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "c-blosc2";
version = "2.22.0";
version = "2.23.1";
src = fetchFromGitHub {
owner = "Blosc";
repo = "c-blosc2";
rev = "v${finalAttrs.version}";
sha256 = "sha256-0eB+8zSlKCuHK1J2HlBUmWEJumAXSV2xnYMvnFud75A=";
sha256 = "sha256-iyEB1Hnvo42tMHyB4pDfXru5doFwNiFuxq21Tr3zLIg=";
};
# https://github.com/NixOS/nixpkgs/issues/144170