Merge pull request #91595 from r-ryantm/auto-update/hcxtools
hcxtools: 6.0.2 -> 6.0.3
This commit is contained in:
commit
729fe8d5b1
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "hcxtools";
|
pname = "hcxtools";
|
||||||
version = "6.0.2";
|
version = "6.0.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ZerBea";
|
owner = "ZerBea";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0a36184igdgs2h83zr4zihc5acps91ipmgph37jakvzwrsn64ma6";
|
sha256 = "0s9l5mvzcv6hnj7h28piabnm66b09hk2l57vb85ny35w99hzpkc0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ curl openssl zlib ];
|
buildInputs = [ curl openssl zlib ];
|
||||||
|
|
Loading…
Reference in New Issue