c-blosc: 1.14.4 -> 1.16.2 (#56605)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/c-blosc/versions
This commit is contained in:
parent
cd2a342249
commit
fe88eb2331
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "c-blosc-${version}";
|
name = "c-blosc-${version}";
|
||||||
version = "1.14.4";
|
version = "1.16.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Blosc";
|
owner = "Blosc";
|
||||||
repo = "c-blosc";
|
repo = "c-blosc";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "195w96gl75mkxxqq6qjsmb2s1lq8z95qlc71fr5a7sckslcwglh0";
|
sha256 = "19wb699rb5bn6h9qhw1m18m2w77lws7r50vxpgrvggnl27mvm3xc";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake ];
|
buildInputs = [ cmake ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user