stunnel: 5.67 -> 5.69

This commit is contained in:
Fabian Affolter 2023-03-07 09:39:46 +01:00
parent ba18b89aa3
commit 2a68c63fc6

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "stunnel";
version = "5.67";
version = "5.69";
outputs = [ "out" "doc" "man" ];
src = fetchurl {
url = "https://www.stunnel.org/archive/${lib.versions.major version}.x/${pname}-${version}.tar.gz";
sha256 = "3086939ee6407516c59b0ba3fbf555338f9d52f459bcab6337c0f00e91ea8456";
sha256 = "sha256-H/fZ8wiEx1uYyKCk4VNPp5rcraIyJjXmeHM3tOOP24E=";
# please use the contents of "https://www.stunnel.org/downloads/stunnel-${version}.tar.gz.sha256",
# not the output of `nix-prefetch-url`
};