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

c-blosc: 1.20.1 -> 1.21.0
This commit is contained in:
davidak 2021-08-26 05:40:29 +02:00 committed by GitHub
commit 84d43a90ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "c-blosc";
version = "1.20.1";
version = "1.21.0";
src = fetchFromGitHub {
owner = "Blosc";
repo = "c-blosc";
rev = "v${version}";
sha256 = "0a3yrig78plzjbazfqcfrzqhnw17xd0dcayvp4z4kp415kgs2a3s";
sha256 = "sha256-B8SFOc1oGgU5AGAbkqe5oz045H08TnymNAbzz2oOKoo=";
};
nativeBuildInputs = [ cmake ];