Merge pull request #65868 from r-ryantm/auto-update/c-blosc

c-blosc: 1.16.3 -> 1.17.0
This commit is contained in:
Robin Gloster 2019-10-23 13:21:11 +02:00 committed by GitHub
commit 33a3c279b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "c-blosc"; pname = "c-blosc";
version = "1.16.3"; version = "1.17.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Blosc"; owner = "Blosc";
repo = "c-blosc"; repo = "c-blosc";
rev = "v${version}"; rev = "v${version}";
sha256 = "1c58wkf34rp5wh9qp09zdk7zcfn037sk56p4xq1g0vapbnglv603"; sha256 = "0c4vh7kyxm57jclk8jlcnc11w7nd2m81qk454gav58aji85w16hg";
}; };
buildInputs = [ cmake ]; buildInputs = [ cmake ];