Merge pull request #331264 from r-ryantm/auto-update/c-blosc2

c-blosc2: 2.15.0 -> 2.15.1
This commit is contained in:
Robert Scott
2024-07-31 22:55:28 +01:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "c-blosc2";
version = "2.15.0";
version = "2.15.1";
src = fetchFromGitHub {
owner = "Blosc";
repo = "c-blosc2";
rev = "v${finalAttrs.version}";
sha256 = "sha256-XVxui3+IoygjU0I688Mtbof/kHLzpb0HMcVPbt3i7PQ=";
sha256 = "sha256-g/MUgVWeVVREiHX59XYbhXjtigJesyooxjnEdKA844M=";
};
# https://github.com/NixOS/nixpkgs/issues/144170