libsodium: 1.0.15 -> 1.0.16

This commit is contained in:
Franz Pletz 2018-01-28 03:58:46 +01:00
parent dee9914ee0
commit cf41d8784d
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "libsodium-1.0.15";
name = "libsodium-1.0.16";
src = fetchurl {
url = "https://download.libsodium.org/libsodium/releases/${name}.tar.gz";
sha256 = "1x3qw7lsz44vcxpcn1dvwig410phg6gmv31jwj94arrgka3rwspv";
sha256 = "0cq5pn7qcib7q70mm1lgjwj75xdxix27v0xl1xl0kvxww7hwgbgf";
};
outputs = [ "out" "dev" ];