libsodium: update from 0.4.3 to 0.4.5

This commit is contained in:
Nixpkgs Monitor 2013-12-13 22:52:34 +02:00 committed by Evgeny Egorochkin
parent 27d28a2e75
commit 649fb3bd6a

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "libsodium-0.4.3";
name = "libsodium-0.4.5";
src = fetchurl {
url = "https://download.libsodium.org/libsodium/releases/${name}.tar.gz";
sha256 = "0hk0zca1kpj6xlc2j2qx9qy7287pi0896frmxq5d7qmcwsdf372r";
sha256 = "0cmcw479p866r6cjh20wzjr84pdn0mfswr5h57mw1siyylnj1mbs";
};
NIX_LDFLAGS = "-lssp";