Skip to content

Commit 84a3805

Browse files
authored
c-blosc2: 2.17.0 -> 2.17.1 (#393457)
2 parents 9d4a057 + a05ff55 commit 84a3805

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/libraries/c-blosc

1 file changed

+2
-2
lines changed

pkgs/development/libraries/c-blosc/2.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
stdenv.mkDerivation (finalAttrs: {
1616
pname = "c-blosc2";
17-
version = "2.17.0";
17+
version = "2.17.1";
1818

1919
src = fetchFromGitHub {
2020
owner = "Blosc";
2121
repo = "c-blosc2";
2222
rev = "v${finalAttrs.version}";
23-
sha256 = "sha256-zrUfDsbgMzexwtB6oAP8keu6NPNAMtUex3g50rdGWa4=";
23+
sha256 = "sha256-VxMErhuk160/0jF6pl6/YKAwaswnfBKnmOD5ZgcU2U4=";
2424
};
2525

2626
# https://github.com/NixOS/nixpkgs/issues/144170

0 commit comments

Comments
 (0)