libsodium: 1.0.16 -> 1.0.17

This commit is contained in:
dnaq 2019-04-09 22:01:38 +02:00
parent 644ff0be55
commit 7303aad985

View file

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