about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-28 03:59:03 +0200
committerGitHub <noreply@github.com>2023-10-28 03:59:03 +0200
commita4e06055d6acc000ed25c0a41ede326534143969 (patch)
tree3294fd61a5800d1367791f676193137c56e5b861 /pkgs
parentf89bc752bab5e0897b57df2b916ac8302f2af87e (diff)
parent828d6846a4f48c2e39851e53729ba24fc853c121 (diff)
Merge pull request #262161 from r-ryantm/auto-update/stunnel
stunnel: 5.70 -> 5.71
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/stunnel/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/stunnel/default.nix b/pkgs/tools/networking/stunnel/default.nix
index 958c784c74a68..af9fec255370b 100644
--- a/pkgs/tools/networking/stunnel/default.nix
+++ b/pkgs/tools/networking/stunnel/default.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "stunnel";
-  version = "5.70";
+  version = "5.71";
 
   outputs = [ "out" "doc" "man" ];
 
   src = fetchurl {
     url = "https://www.stunnel.org/archive/${lib.versions.major finalAttrs.version}.x/stunnel-${finalAttrs.version}.tar.gz";
-    hash = "sha256-e7x7npqYjXYwEyXbTBEOw2Cpj/uKIhx6zL/5wKi64vM=";
+    hash = "sha256-8COq6DfC0y3rkggxpe4QgeEceKXVc0D45vCCnwMQF/U=";
     # please use the contents of "https://www.stunnel.org/downloads/stunnel-${version}.tar.gz.sha256",
     # not the output of `nix-prefetch-url`
   };