stunnel: 5.64 -> 5.65 (#183617)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by chkno Sandro and committed by GitHub f6d7bf03 0feaf204

+3 -3
+3 -3
pkgs/tools/networking/stunnel/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "stunnel"; 5 - version = "5.64"; 5 + version = "5.65"; 6 6 7 7 src = fetchurl { 8 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", 9 + sha256 = "60c500063bd1feff2877f5726e38278c086f96c178f03f09d264a2012d6bf7fc"; 10 + # please use the contents of "https://www.stunnel.org/downloads/stunnel-${version}.tar.gz.sha256", 11 11 # not the output of `nix-prefetch-url` 12 12 }; 13 13