about summary refs log tree commit diff
path: root/pkgs/tools/networking/stunnel
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-11-02 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-11-02 04:20:00 +0000
commit08e26823b8bf41063063e8b01a6bb621c7974450 (patch)
treea56e83a3a8843ed6be7dd11a0e9790c3d1018d47 /pkgs/tools/networking/stunnel
parent54a06affe4adbb4c62dcd969b8e0bda5ec45bae7 (diff)
stunnel: 5.66 -> 5.67
Diffstat (limited to 'pkgs/tools/networking/stunnel')
-rw-r--r--pkgs/tools/networking/stunnel/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/stunnel/default.nix b/pkgs/tools/networking/stunnel/default.nix
index c87db08e88a99..244dd3bbcdc00 100644
--- a/pkgs/tools/networking/stunnel/default.nix
+++ b/pkgs/tools/networking/stunnel/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "stunnel";
-  version = "5.66";
+  version = "5.67";
 
   src = fetchurl {
-    url    = "https://www.stunnel.org/downloads/${pname}-${version}.tar.gz";
-    sha256 = "558178704d1aa5f6883aac6cc5d6bbf2a5714c8a0d2e91da0392468cee9f579c";
+    url    = "https://www.stunnel.org/archive/${lib.versions.major version}.x/${pname}-${version}.tar.gz";
+    sha256 = "3086939ee6407516c59b0ba3fbf555338f9d52f459bcab6337c0f00e91ea8456";
     # please use the contents of "https://www.stunnel.org/downloads/stunnel-${version}.tar.gz.sha256",
     # not the output of `nix-prefetch-url`
   };