aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/stunnel
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-22 18:47:05 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-22 18:47:05 -0700
commit3f0a7b8aed31b62214c979d797fc475d9284adff (patch)
tree37d40a77b8f45e2693d6beb99dcd5cdf07f250cf /pkgs/tools/networking/stunnel
parentc8a4562f5966e90cbbe04195b4a37a5d4a334f60 (diff)
stunnel: 5.44 -> 5.45
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. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/7s4vc01h5glyylky8hsjfbmyxdfr44wl-stunnel-5.45/bin/stunnel3 had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/7s4vc01h5glyylky8hsjfbmyxdfr44wl-stunnel-5.45/bin/stunnel had a zero exit code or showed the expected version - 0 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 5.45 with grep in /nix/store/7s4vc01h5glyylky8hsjfbmyxdfr44wl-stunnel-5.45 - directory tree listing: https://gist.github.com/4c607748a7a424c16abcadab39e0a7f7 - du listing: https://gist.github.com/d4b428776b9214e913cb8a97f7698d65
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 0d328c02d37..4ae7f87c54d 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`
};