stunnel: 5.71 -> 5.72

This commit is contained in:
R. Ryantm 2024-02-06 05:55:27 +00:00
parent 7aeb86c1fa
commit d97ff634d7

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "stunnel";
version = "5.71";
version = "5.72";
outputs = [ "out" "doc" "man" ];
src = fetchurl {
url = "https://www.stunnel.org/archive/${lib.versions.major finalAttrs.version}.x/stunnel-${finalAttrs.version}.tar.gz";
hash = "sha256-8COq6DfC0y3rkggxpe4QgeEceKXVc0D45vCCnwMQF/U=";
hash = "sha256-PVMpQSga41MxlzUUTkrbmuSJoQt+MJxYpIFX8I9C6Uk=";
# please use the contents of "https://www.stunnel.org/downloads/stunnel-${version}.tar.gz.sha256",
# not the output of `nix-prefetch-url`
};