Merge pull request #175100 from fabaff/stunnel-bump

stunnel: 5.63 -> 5.64

authored by

Fabian Affolter and committed by
GitHub
626b42a4 e3a13e4c

+2 -2
+2 -2
pkgs/tools/networking/stunnel/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "stunnel"; 5 - version = "5.63"; 5 + version = "5.64"; 6 6 7 7 src = fetchurl { 8 8 url = "https://www.stunnel.org/downloads/${pname}-${version}.tar.gz"; 9 - sha256 = "sha256-x0xOFRRKOuNLi4kLsxyQkgcwFJC9HlG/qqX/6wqZRhc="; 9 + sha256 = "sha256-7r5T7RFrpDsueGdisMK5FRHnt0hXrUdlgk5xmeb6+IM="; 10 10 # please use the contents of "https://www.stunnel.org/downloads/${name}.tar.gz.sha256", 11 11 # not the output of `nix-prefetch-url` 12 12 };