Merge pull request #52889 from r-ryantm/auto-update/hitch
hitch: 1.4.8 -> 1.5.0
This commit is contained in:
commit
65d0b2a0f1
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, docutils, libev, openssl, pkgconfig }:
|
{ stdenv, fetchurl, docutils, libev, openssl, pkgconfig }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.4.8";
|
version = "1.5.0";
|
||||||
name = "hitch-${version}";
|
name = "hitch-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://hitch-tls.org/source/${name}.tar.gz";
|
url = "https://hitch-tls.org/source/${name}.tar.gz";
|
||||||
sha256 = "1hqs5p69gr1lb3xldbrgq7d6d0vk4za0wpizlzybn98cv68acaym";
|
sha256 = "02sd2p3jsbnqmldsjwzk5qcjc45k9n1x4ygjkx0kxxwjj9lm9hhf";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user