Skip to content

Commit f338e99

Browse files
committedJul 25, 2017
zstd: 1.2.0 -> 1.3.0
1 parent 62cd492 commit f338e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/compression/zstd/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
stdenv.mkDerivation rec {
55
name = "zstd-${version}";
6-
version = "1.2.0";
6+
version = "1.3.0";
77

88
src = fetchFromGitHub {
9-
sha256 = "01b5w4yrwa8lgnjyi42zxjhw8cfyh8yfhdsjr04y5qsblz0hv0zl";
9+
sha256 = "1rnxfhcmg8zsagyf70hiwm32mam60hq58pzgy7jn8c3iwv24mpz5";
1010
rev = "v${version}";
1111
repo = "zstd";
1212
owner = "facebook";

0 commit comments

Comments
 (0)
Please sign in to comment.