c-blosc2: 2.18.0 -> 2.19.0 (#419617)

authored by Robert Scott and committed by GitHub 66f5935f 513b056b

+2 -2
+2 -2
pkgs/development/libraries/c-blosc/2.nix
··· 14 14 15 15 stdenv.mkDerivation (finalAttrs: { 16 16 pname = "c-blosc2"; 17 - version = "2.18.0"; 17 + version = "2.19.0"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "Blosc"; 21 21 repo = "c-blosc2"; 22 22 rev = "v${finalAttrs.version}"; 23 - sha256 = "sha256-HYWohyI4IJX4jyTTwbSHJFI3p3PFrUGU6l0TEIP4Esc="; 23 + sha256 = "sha256-KfuZKeWri1REV8gxtyoM/ksUcfrDnz/UrIbm2gb7EcE="; 24 24 }; 25 25 26 26 # https://github.com/NixOS/nixpkgs/issues/144170