summary refs log tree commit diff
path: root/pkgs/servers/hitch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/hitch/default.nix')
-rw-r--r--pkgs/servers/hitch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/hitch/default.nix b/pkgs/servers/hitch/default.nix
index b9cec1255a3..b142cd0cd8a 100644
--- a/pkgs/servers/hitch/default.nix
+++ b/pkgs/servers/hitch/default.nix
@@ -1,11 +1,11 @@
 { lib, stdenv, fetchurl, docutils, libev, openssl, pkg-config, nixosTests }:
 stdenv.mkDerivation rec {
-  version = "1.7.3";
+  version = "1.8.0";
   pname = "hitch";
 
   src = fetchurl {
     url = "https://hitch-tls.org/source/${pname}-${version}.tar.gz";
-    sha256 = "sha256-Ghv0lV13W3GNwxyJoaBRdlMLDKhW+V7kKivHoj8ol4c=";
+    sha256 = "sha256-38mUhLx//qJ6MWnoTWwheYjtpHsgirLlUk3Cpd0Vj04=";
   };
 
   nativeBuildInputs = [ pkg-config ];