Skip to content

Commit

Permalink
c-blosc: 1.11.3 -> 1.14.3 (#42036)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm authored and xeji committed Jun 18, 2018
1 parent b30d529 commit 7162eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/c-blosc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 7162eb1

Please sign in to comment.