Unverified Commit e139aa6a authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

c-blosc2: 2.19.0 -> 2.19.1 (#426138)

parents d3802543 1af49560
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "c-blosc2";
  version = "2.19.0";
  version = "2.19.1";

  src = fetchFromGitHub {
    owner = "Blosc";
    repo = "c-blosc2";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-KfuZKeWri1REV8gxtyoM/ksUcfrDnz/UrIbm2gb7EcE=";
    sha256 = "sha256-t+zh89VFVnqYzxqZh13hS6iieSqbG+DTPzI4aXwY8os=";
  };

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