stunnel: 5.59 -> 5.60

This commit is contained in:
Fabian Affolter 2021-08-21 00:28:00 +02:00
parent 9b962429be
commit 1156c8868f

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "stunnel"; pname = "stunnel";
version = "5.59"; version = "5.60";
src = fetchurl { src = fetchurl {
url = "https://www.stunnel.org/downloads/${pname}-${version}.tar.gz"; url = "https://www.stunnel.org/downloads/${pname}-${version}.tar.gz";
sha256 = "sha256-E3d232vo8XAfHNWQt3eZMuEjR5+5HlGSFxwWeYgVzp8="; sha256 = "sha256-xF12WxUhhh/qmwO0JbndfUizBVEowK7Gc7ul75uPeH0=";
# please use the contents of "https://www.stunnel.org/downloads/${name}.tar.gz.sha256", # please use the contents of "https://www.stunnel.org/downloads/${name}.tar.gz.sha256",
# not the output of `nix-prefetch-url` # not the output of `nix-prefetch-url`
}; };