We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d4a057 + a05ff55 commit 84a3805Copy full SHA for 84a3805
pkgs/development/libraries/c-blosc/2.nix
@@ -14,13 +14,13 @@
14
15
stdenv.mkDerivation (finalAttrs: {
16
pname = "c-blosc2";
17
- version = "2.17.0";
+ version = "2.17.1";
18
19
src = fetchFromGitHub {
20
owner = "Blosc";
21
repo = "c-blosc2";
22
rev = "v${finalAttrs.version}";
23
- sha256 = "sha256-zrUfDsbgMzexwtB6oAP8keu6NPNAMtUex3g50rdGWa4=";
+ sha256 = "sha256-VxMErhuk160/0jF6pl6/YKAwaswnfBKnmOD5ZgcU2U4=";
24
};
25
26
# https://github.com/NixOS/nixpkgs/issues/144170
0 commit comments