c-blosc: 1.11.3 -> 1.14.3 (#42036)

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.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.14.3 with grep in /nix/store/b83mqicbd21q8wm22qgp4jzm7cg90avw-c-blosc-1.14.3
- directory tree listing: https://gist.github.com/05bbb5f5c067b769556ba71848514220
- du listing: https://gist.github.com/cc182424092e94e9dd611e5300b7ac68
This commit is contained in:
R. RyanTM 2018-06-18 15:16:58 -07:00 committed by xeji
parent b30d52905e
commit 7162eb196f

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "c-blosc-${version}";
version = "1.11.3";
version = "1.14.3";
src = fetchFromGitHub {
owner = "Blosc";
repo = "c-blosc";
rev = "v${version}";
sha256 = "18665lwszwbb48pxgisyxxjh92sr764hv6h7jw8zzsmzdkgzrmcw";
sha256 = "051x2hh0yq1zhiyjmiarvc2radi59v03vzs2sa4hmgfhfaxcklld";
};
buildInputs = [ cmake ];