stunnel: 5.70 -> 5.71

This commit is contained in:
R. Ryantm 2023-10-19 22:33:53 +00:00
parent 3f84dd89b8
commit 828d6846a4

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "stunnel";
version = "5.70";
version = "5.71";
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-e7x7npqYjXYwEyXbTBEOw2Cpj/uKIhx6zL/5wKi64vM=";
hash = "sha256-8COq6DfC0y3rkggxpe4QgeEceKXVc0D45vCCnwMQF/U=";
# please use the contents of "https://www.stunnel.org/downloads/stunnel-${version}.tar.gz.sha256",
# not the output of `nix-prefetch-url`
};