sslmate: 1.6.0 -> 1.7.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sslmate/versions
This commit is contained in:
R. RyanTM 2018-10-13 19:05:14 -07:00
parent 35ce480d69
commit ebb8bef904

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, perlPackages, perl, makeWrapper, openssl }:
stdenv.mkDerivation rec {
name = "sslmate-1.6.0";
name = "sslmate-1.7.0";
src = fetchurl {
url = "https://packages.sslmate.com/other/${name}.tar.gz";
sha256 = "1ypabdk0nlqjzpmn3m1szjyw7yq20svgbm92sqd5wqmsapyn3a6s";
sha256 = "0vhppvy5vphipbycfilzxdly7nw12brscz4biawf3bl376yp7ljm";
};
makeFlags = "PREFIX=$(out)";