about summary refs log tree commit diff
path: root/pkgs/development/tools/sslmate
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 16:48:32 -0800
committerRobin Gloster <mail@glob.in>2018-02-28 12:37:31 +0100
commit3d13c892e8a7ed2e986498d2a40a1b890407ce7f (patch)
tree5e9d2917bded266cbaa06f25922d5113cc69833f /pkgs/development/tools/sslmate
parent276e61f2e0ef95d6170d35b53e472726571149a8 (diff)
sslmate: 1.5.0 -> 1.6.0
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/cifmnprcfrgiz551lg7n5js4fblmhrr4-sslmate-1.6.0/bin/sslmate help` got 0 exit code
- ran `/nix/store/cifmnprcfrgiz551lg7n5js4fblmhrr4-sslmate-1.6.0/bin/sslmate version` and found version 1.6.0
- found 1.6.0 with grep in /nix/store/cifmnprcfrgiz551lg7n5js4fblmhrr4-sslmate-1.6.0
- found 1.6.0 in filename of file in /nix/store/cifmnprcfrgiz551lg7n5js4fblmhrr4-sslmate-1.6.0

cc "@domenkozar"
Diffstat (limited to 'pkgs/development/tools/sslmate')
-rw-r--r--pkgs/development/tools/sslmate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/sslmate/default.nix b/pkgs/development/tools/sslmate/default.nix
index deb5c8106282e..279bce20d142c 100644
--- a/pkgs/development/tools/sslmate/default.nix
+++ b/pkgs/development/tools/sslmate/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, perlPackages, perl, makeWrapper, openssl }:
 
 stdenv.mkDerivation rec {
-  name = "sslmate-1.5.0";
+  name = "sslmate-1.6.0";
 
   src = fetchurl {
     url = "https://packages.sslmate.com/other/${name}.tar.gz";
-    sha256 = "1vxdkydwww4awi6ishvq68jvlj6vkbfw7pin1cdqpl84vs9q7ycg";
+    sha256 = "1ypabdk0nlqjzpmn3m1szjyw7yq20svgbm92sqd5wqmsapyn3a6s";
   };
 
   makeFlags = "PREFIX=$(out)";