Merge pull request #150098 from r-ryantm/auto-update/hitch

hitch: 1.7.0 -> 1.7.2
This commit is contained in:
Jörg Thalheim 2021-12-11 15:28:47 +00:00 committed by GitHub
commit 48b2876479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ lib, stdenv, fetchurl, docutils, libev, openssl, pkg-config, nixosTests }:
stdenv.mkDerivation rec {
version = "1.7.0";
version = "1.7.2";
pname = "hitch";
src = fetchurl {
url = "https://hitch-tls.org/source/${pname}-${version}.tar.gz";
sha256 = "1i75giwyr66ip8xsvk3gg5xdbxnmcabgxz8dqi06c58mw7qzhzn9";
sha256 = "sha256-3NZcvsYofGIqWjF9Xzfh6lUm2qk/tNso9CBvyZEaF4U=";
};
nativeBuildInputs = [ pkg-config ];