about summary refs log tree commit diff
path: root/pkgs/tools/networking/stunnel
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-13 23:46:34 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-12-13 23:46:34 -0800
commit19e14c44f0305b7e9be24a93c062349d5d4a6ee7 (patch)
tree0fea50f72c2ef31574cc9721d0cb5fa110cb5798 /pkgs/tools/networking/stunnel
parente0950ae9ad7e101c16ce8bbc28d566c75bb298fb (diff)
downloadnixlib-19e14c44f0305b7e9be24a93c062349d5d4a6ee7.tar
nixlib-19e14c44f0305b7e9be24a93c062349d5d4a6ee7.tar.gz
nixlib-19e14c44f0305b7e9be24a93c062349d5d4a6ee7.tar.bz2
nixlib-19e14c44f0305b7e9be24a93c062349d5d4a6ee7.tar.lz
nixlib-19e14c44f0305b7e9be24a93c062349d5d4a6ee7.tar.xz
nixlib-19e14c44f0305b7e9be24a93c062349d5d4a6ee7.tar.zst
nixlib-19e14c44f0305b7e9be24a93c062349d5d4a6ee7.zip
stunnel: 5.49 -> 5.50
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/stunnel/versions
Diffstat (limited to 'pkgs/tools/networking/stunnel')
-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 d2b9a54183d0..4bbcb7beacd1 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.49";
+  version = "5.50";
 
   src = fetchurl {
     url    = "https://www.stunnel.org/downloads/${name}.tar.gz";
-    sha256 = "0plmdnwmhjjganhprsw9a8w3h5w43hyirpizy8cmq5w278hl2rix";
+    sha256 = "0j811iakljjxw39qchmqf235jdkwixb0i4xxjyi55f08558947cm";
     # please use the contents of "https://www.stunnel.org/downloads/${name}.tar.gz.sha256",
     # not the output of `nix-prefetch-url`
   };