Skip to content

Commit

Permalink
c-blosc2: 2.15.1 -> 2.15.2 (#359868)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 9, 2024
2 parents a44f454 + 02711f4 commit 5cdeee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/c-blosc/2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "c-blosc2";
version = "2.15.1";
version = "2.15.2";

src = fetchFromGitHub {
owner = "Blosc";
repo = "c-blosc2";
rev = "v${finalAttrs.version}";
sha256 = "sha256-g/MUgVWeVVREiHX59XYbhXjtigJesyooxjnEdKA844M=";
sha256 = "sha256-Xac0meyaHfdCIu0ut2ioPDFYtAGpOBRb/G8ZK/jmeJ4=";
};

# https://github.com/NixOS/nixpkgs/issues/144170
Expand Down

0 comments on commit 5cdeee4

Please sign in to comment.