hitch: 1.7.3 -> 1.8.0

This commit is contained in:
R. Ryantm 2023-08-30 23:59:15 +00:00
parent edfb18664a
commit ac6948d37a

View File

@ -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 ];