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

c-blosc2: 2.14.3 -> 2.15.0
This commit is contained in:
Robert Scott
2024-06-23 14:58:51 +01:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "c-blosc2";
version = "2.14.3";
version = "2.15.0";
src = fetchFromGitHub {
owner = "Blosc";
repo = "c-blosc2";
rev = "v${finalAttrs.version}";
sha256 = "sha256-0rizBygyNW9Sr7qnQZoN/Wv2ZIAYuJTQ5tkW6iwIw7Y=";
sha256 = "sha256-XVxui3+IoygjU0I688Mtbof/kHLzpb0HMcVPbt3i7PQ=";
};
# https://github.com/NixOS/nixpkgs/issues/144170