Merge branch 'staging' into auto-update/c-blosc

This commit is contained in:
Robin Gloster
2019-10-23 13:16:16 +02:00
committed by GitHub
10669 changed files with 189075 additions and 108597 deletions
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec {
name = "c-blosc-${version}";
pname = "c-blosc";
version = "1.17.0";
src = fetchFromGitHub {