hitch: 1.7.3 -> 1.8.0

+2 -2
+2 -2
pkgs/servers/hitch/default.nix
··· 1 1 { lib, stdenv, fetchurl, docutils, libev, openssl, pkg-config, nixosTests }: 2 2 stdenv.mkDerivation rec { 3 - version = "1.7.3"; 3 + version = "1.8.0"; 4 4 pname = "hitch"; 5 5 6 6 src = fetchurl { 7 7 url = "https://hitch-tls.org/source/${pname}-${version}.tar.gz"; 8 - sha256 = "sha256-Ghv0lV13W3GNwxyJoaBRdlMLDKhW+V7kKivHoj8ol4c="; 8 + sha256 = "sha256-38mUhLx//qJ6MWnoTWwheYjtpHsgirLlUk3Cpd0Vj04="; 9 9 }; 10 10 11 11 nativeBuildInputs = [ pkg-config ];