Merge pull request #102459 from r-ryantm/auto-update/hitch
hitch: 1.6.0 -> 1.7.0
This commit is contained in:
commit
3de59c94e5
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, docutils, libev, openssl, pkgconfig, nixosTests }:
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.6.0";
|
||||
version = "1.7.0";
|
||||
pname = "hitch";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://hitch-tls.org/source/${pname}-${version}.tar.gz";
|
||||
sha256 = "01n70yf8hx42jb801jv5q1xhrpqxyjnqhd98hjf81lvxpd5fnisf";
|
||||
sha256 = "1i75giwyr66ip8xsvk3gg5xdbxnmcabgxz8dqi06c58mw7qzhzn9";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue