summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-12-21 00:30:24 +0300
committerMichael Raskin <7c6f434c@mail.ru>2014-12-21 11:14:24 +0300
commit4847f44ffd73504e2d4f05f4e8fca21e2007ef50 (patch)
treeb912246f551f83e543ee2b351b3df148c399c3b5
parentff7d027050f162e791c966a9b31ae914a4878090 (diff)
downloadnixpkgs-4847f44ffd73504e2d4f05f4e8fca21e2007ef50.tar
nixpkgs-4847f44ffd73504e2d4f05f4e8fca21e2007ef50.tar.gz
nixpkgs-4847f44ffd73504e2d4f05f4e8fca21e2007ef50.tar.bz2
nixpkgs-4847f44ffd73504e2d4f05f4e8fca21e2007ef50.tar.lz
nixpkgs-4847f44ffd73504e2d4f05f4e8fca21e2007ef50.tar.xz
nixpkgs-4847f44ffd73504e2d4f05f4e8fca21e2007ef50.tar.zst
nixpkgs-4847f44ffd73504e2d4f05f4e8fca21e2007ef50.zip
sodium: 1.0.0 → 1.0.1
-rw-r--r--pkgs/development/libraries/sodium/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/sodium/default.nix b/pkgs/development/libraries/sodium/default.nix
index 7e51d411bc4..207e3d023f9 100644
--- a/pkgs/development/libraries/sodium/default.nix
+++ b/pkgs/development/libraries/sodium/default.nix
@@ -3,11 +3,11 @@ let
   s = # Generated upstream information
   rec {
     baseName="sodium";
-    version="1.0.0";
+    version="1.0.1";
     name="${baseName}-${version}";
-    hash="19f9vf0shfp4rc4l791r6xjg06z4i8psj1zkjkm3z5b640yzxlff";
-    url="http://download.dnscrypt.org/libsodium/releases/libsodium-1.0.0.tar.gz";
-    sha256="19f9vf0shfp4rc4l791r6xjg06z4i8psj1zkjkm3z5b640yzxlff";
+    hash="1x9src824c3ansgvnphhnnnnyrd0spspf7hwmxijv7pglj3hh2f3";
+    url="http://download.dnscrypt.org/libsodium/releases/libsodium-1.0.1.tar.gz";
+    sha256="1x9src824c3ansgvnphhnnnnyrd0spspf7hwmxijv7pglj3hh2f3";
   };
   buildInputs = [
   ];