Merge pull request #31203 from mimadrid/update/zstd-1.3.2

zstd: 1.3.0 -> 1.3.2
This commit is contained in:
Orivej Desh 2017-11-03 19:21:44 +00:00 committed by GitHub
commit 3463add6c5
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.0";
version = "1.3.2";
src = fetchFromGitHub {
sha256 = "1rnxfhcmg8zsagyf70hiwm32mam60hq58pzgy7jn8c3iwv24mpz5";
sha256 = "1hwh6pw1z3y5kpwcwxrk8cwc83anigiqhy3z06ywy1jll8im57pz";
rev = "v${version}";
repo = "zstd";
owner = "facebook";