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

hitch: 1.7.2 -> 1.7.3
This commit is contained in:
Jonas Heinrich 2022-09-21 10:02:02 +02:00 committed by GitHub
commit f5b7e8d8e9
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.2";
version = "1.7.3";
pname = "hitch";
src = fetchurl {
url = "https://hitch-tls.org/source/${pname}-${version}.tar.gz";
sha256 = "sha256-3NZcvsYofGIqWjF9Xzfh6lUm2qk/tNso9CBvyZEaF4U=";
sha256 = "sha256-Ghv0lV13W3GNwxyJoaBRdlMLDKhW+V7kKivHoj8ol4c=";
};
nativeBuildInputs = [ pkg-config ];