Skip to content

Commit 2a68c63

Browse files
committed
stunnel: 5.67 -> 5.69
1 parent ba18b89 commit 2a68c63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/tools/networking/stunnel/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
stdenv.mkDerivation rec {
88
pname = "stunnel";
9-
version = "5.67";
9+
version = "5.69";
1010

1111
outputs = [ "out" "doc" "man" ];
1212

1313
src = fetchurl {
1414
url = "https://www.stunnel.org/archive/${lib.versions.major version}.x/${pname}-${version}.tar.gz";
15-
sha256 = "3086939ee6407516c59b0ba3fbf555338f9d52f459bcab6337c0f00e91ea8456";
15+
sha256 = "sha256-H/fZ8wiEx1uYyKCk4VNPp5rcraIyJjXmeHM3tOOP24E=";
1616
# please use the contents of "https://www.stunnel.org/downloads/stunnel-${version}.tar.gz.sha256",
1717
# not the output of `nix-prefetch-url`
1818
};

0 commit comments

Comments
 (0)