Merge pull request #32973 from dywedir/zstd

zstd: 1.3.2 -> 1.3.3
This commit is contained in:
Eelco Dolstra 2017-12-22 13:34:19 +01:00 committed by GitHub
commit b269f682c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,10 @@
stdenv.mkDerivation rec {
name = "zstd-${version}";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
sha256 = "1hwh6pw1z3y5kpwcwxrk8cwc83anigiqhy3z06ywy1jll8im57pz";
sha256 = "15h9i9ygry0znlmvll5r21lzwgyqzynaw9q2wbj4bcn7zjy4c1pn";
rev = "v${version}";
repo = "zstd";
owner = "facebook";