summary refs log tree commit diff
path: root/pkgs/development/libraries/c-blosc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-18 15:16:58 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-19 00:16:58 +0200
commit7162eb196f3dee10dab0ee576956d168ff8810d4 (patch)
tree0d84a881e770cebef2a46c3859d53267a7d85da5 /pkgs/development/libraries/c-blosc
parentb30d52905e618c6ae3e5ef0cea41777ee72be835 (diff)
downloadnixlib-7162eb196f3dee10dab0ee576956d168ff8810d4.tar
nixlib-7162eb196f3dee10dab0ee576956d168ff8810d4.tar.gz
nixlib-7162eb196f3dee10dab0ee576956d168ff8810d4.tar.bz2
nixlib-7162eb196f3dee10dab0ee576956d168ff8810d4.tar.lz
nixlib-7162eb196f3dee10dab0ee576956d168ff8810d4.tar.xz
nixlib-7162eb196f3dee10dab0ee576956d168ff8810d4.tar.zst
nixlib-7162eb196f3dee10dab0ee576956d168ff8810d4.zip
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
Diffstat (limited to 'pkgs/development/libraries/c-blosc')
-rw-r--r--pkgs/development/libraries/c-blosc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/c-blosc/default.nix b/pkgs/development/libraries/c-blosc/default.nix
index 2f60fb7391fb..3793b70de4b5 100644
--- a/pkgs/development/libraries/c-blosc/default.nix
+++ b/pkgs/development/libraries/c-blosc/default.nix
@@ -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 ];