From 2bf8920ac032fca752cde78ef9211902cd224030 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Sun, 18 Jan 2015 18:18:51 +0300 Subject: [PATCH] Sodium: 1.0.1 -> 1.0.2 --- pkgs/development/libraries/sodium/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/sodium/default.nix b/pkgs/development/libraries/sodium/default.nix index 207e3d023f9..7bdec155813 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.1"; + version="1.0.2"; name="${baseName}-${version}"; - hash="1x9src824c3ansgvnphhnnnnyrd0spspf7hwmxijv7pglj3hh2f3"; - url="http://download.dnscrypt.org/libsodium/releases/libsodium-1.0.1.tar.gz"; - sha256="1x9src824c3ansgvnphhnnnnyrd0spspf7hwmxijv7pglj3hh2f3"; + hash="06dabf77cz6qg7aqv5j5r4m32b5zn253pixwb3k5lm3z0h88y7cn"; + url="http://download.dnscrypt.org/libsodium/releases/libsodium-1.0.2.tar.gz"; + sha256="06dabf77cz6qg7aqv5j5r4m32b5zn253pixwb3k5lm3z0h88y7cn"; }; buildInputs = [ ];