summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-05-23 16:00:04 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-05-23 16:00:04 -0400
commitd7144e708b21127f379571f72f8425cbd79bcfbf (patch)
treed41ad3f488cbabb7dd5a32e5e9b651242a4228b4 /pkgs/tools/networking
parent89e196d971e167867318c8fc2e08cb0782c75bec (diff)
parent78319bd948efc53b94bf942b155a8bc4060d5a08 (diff)
downloadnixlib-d7144e708b21127f379571f72f8425cbd79bcfbf.tar
nixlib-d7144e708b21127f379571f72f8425cbd79bcfbf.tar.gz
nixlib-d7144e708b21127f379571f72f8425cbd79bcfbf.tar.bz2
nixlib-d7144e708b21127f379571f72f8425cbd79bcfbf.tar.lz
nixlib-d7144e708b21127f379571f72f8425cbd79bcfbf.tar.xz
nixlib-d7144e708b21127f379571f72f8425cbd79bcfbf.tar.zst
nixlib-d7144e708b21127f379571f72f8425cbd79bcfbf.zip
Merge remote-tracking branch 'upstream/master' into staging
Diffstat (limited to 'pkgs/tools/networking')
-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 0d328c02d371..4ae7f87c54d2 100644
--- a/pkgs/tools/networking/stunnel/default.nix
+++ b/pkgs/tools/networking/stunnel/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name    = "stunnel-${version}";
-  version = "5.44";
+  version = "5.45";
 
   src = fetchurl {
     url    = "https://www.stunnel.org/downloads/${name}.tar.gz";
-    sha256 = "990a325dbb47d77d88772dd02fbbd27d91b1fea3ece76c9ff4461eca93f12299";
+    sha256 = "1qrfb418skdcm7b3v30ixng1ng907f4rfv54zvgz8jwakf1l90jl";
     # please use the contents of "https://www.stunnel.org/downloads/${name}.tar.gz.sha256",
     # not the output of `nix-prefetch-url`
   };