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