We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba18b89 commit 2a68c63Copy full SHA for 2a68c63
1 file changed
pkgs/tools/networking/stunnel/default.nix
@@ -6,13 +6,13 @@
6
7
stdenv.mkDerivation rec {
8
pname = "stunnel";
9
- version = "5.67";
+ version = "5.69";
10
11
outputs = [ "out" "doc" "man" ];
12
13
src = fetchurl {
14
url = "https://www.stunnel.org/archive/${lib.versions.major version}.x/${pname}-${version}.tar.gz";
15
- sha256 = "3086939ee6407516c59b0ba3fbf555338f9d52f459bcab6337c0f00e91ea8456";
+ sha256 = "sha256-H/fZ8wiEx1uYyKCk4VNPp5rcraIyJjXmeHM3tOOP24E=";
16
# please use the contents of "https://www.stunnel.org/downloads/stunnel-${version}.tar.gz.sha256",
17
# not the output of `nix-prefetch-url`
18
};
0 commit comments