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

c-blosc2: 2.13.2 -> 2.14.3
This commit is contained in:
Weijia Wang 2024-04-08 02:31:10 +02:00 committed by GitHub
commit d182e93cac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "c-blosc2";
version = "2.13.2";
version = "2.14.3";
src = fetchFromGitHub {
owner = "Blosc";
repo = "c-blosc2";
rev = "v${finalAttrs.version}";
sha256 = "sha256-RNIvg6p/+brW7oboTDH0bbRfIQDaZwtZbbWFbftfWTk=";
sha256 = "sha256-0rizBygyNW9Sr7qnQZoN/Wv2ZIAYuJTQ5tkW6iwIw7Y=";
};
# https://github.com/NixOS/nixpkgs/issues/144170