stunnel: Update to 4.56

Note, I had to add "fips = no" to my stunnel configuration after
the update.
This commit is contained in:
Rickard Nilsson 2013-04-09 16:34:59 +02:00
parent 1f82083c20
commit 08f1b426bc
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, openssl }:
stdenv.mkDerivation {
name = "stunnel-4.53";
name = "stunnel-4.56";
src = fetchurl {
url = http://www.stunnel.org/downloads/stunnel-4.53.tar.gz;
sha256 = "3e640aa4c96861d10addba758b66e99e7c5aec8697764f2a59ca2268901b8e57";
url = http://www.stunnel.org/downloads/stunnel-4.56.tar.gz;
sha256 = "14qjhwfa0y17ipnd5mc970vfmralvgaxfl6fk0rl91vdwbxjrblw";
};
buildInputs = [openssl];