aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/servers/hitch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/servers/hitch/default.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/servers/hitch/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/servers/hitch/default.nix b/infra/libkookie/nixpkgs/pkgs/servers/hitch/default.nix
index 89aa63f35bdc..1576d940a7a6 100644
--- a/infra/libkookie/nixpkgs/pkgs/servers/hitch/default.nix
+++ b/infra/libkookie/nixpkgs/pkgs/servers/hitch/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, docutils, libev, openssl, pkgconfig, nixosTests }:
stdenv.mkDerivation rec {
- version = "1.6.0";
+ version = "1.7.0";
pname = "hitch";
src = fetchurl {
url = "https://hitch-tls.org/source/${pname}-${version}.tar.gz";
- sha256 = "01n70yf8hx42jb801jv5q1xhrpqxyjnqhd98hjf81lvxpd5fnisf";
+ sha256 = "1i75giwyr66ip8xsvk3gg5xdbxnmcabgxz8dqi06c58mw7qzhzn9";
};
nativeBuildInputs = [ pkgconfig ];
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
passthru.tests.hitch = nixosTests.hitch;
meta = with stdenv.lib; {
- description = "Hitch is a libev-based high performance SSL/TLS proxy by Varnish Software";
+ description = "Libev-based high performance SSL/TLS proxy by Varnish Software";
homepage = "https://hitch-tls.org/";
license = licenses.bsd2;
maintainers = [ maintainers.jflanglois ];