about summary refs log tree commit diff
path: root/pkgs/development/libraries/szip
diff options
context:
space:
mode:
authorAndreas Herrmann <andreash87@gmx.ch>2014-06-15 13:25:43 +0200
committerAndreas Herrmann <andreash87@gmx.ch>2014-06-22 20:05:20 +0200
commitc24e85f3a5269e7d5d664620f755334b19b64caa (patch)
treede3b2085f8c8b622891bec087675a1733583604e /pkgs/development/libraries/szip
parent4528ebf509663c3aa0f4c4445575653aa1c6ffe6 (diff)
szip: Fix source hash
The hash code of the downloaded source tar-ball was not identical to the one
specified in the nix-expression. This commit fixes that problem.
Diffstat (limited to 'pkgs/development/libraries/szip')
-rw-r--r--pkgs/development/libraries/szip/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/szip/default.nix b/pkgs/development/libraries/szip/default.nix
index 38cde3bfd7071..159b8e6e83862 100644
--- a/pkgs/development/libraries/szip/default.nix
+++ b/pkgs/development/libraries/szip/default.nix
@@ -4,6 +4,6 @@ stdenv.mkDerivation {
     name = "szip-2.1";
     src = fetchurl {
         url = ftp://ftp.hdfgroup.org/lib-external/szip/2.1/src/szip-2.1.tar.gz;
-        sha256 = "05707lrdhwp8mv0dgzh2b6m2mwamv1z6k29m2v1v7pz0c1w2gb6z";
+        sha256 = "1vym7r4by02m0yqj10023xyps5b21ryymnxb4nb2gs32arfxj5m8";
     };
-}
\ No newline at end of file
+}