mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
hcxtools: 6.0.1 -> 6.0.2
This commit is contained in:
parent
285bd2642b
commit
4d13fd4625
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "hcxtools";
|
pname = "hcxtools";
|
||||||
version = "6.0.1";
|
version = "6.0.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ZerBea";
|
owner = "ZerBea";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0r7pjz89chgb7zl2pqgw3zb1z8cgwp0nxmqvmkv0jn1m9dw3f44f";
|
sha256 = "0a36184igdgs2h83zr4zihc5acps91ipmgph37jakvzwrsn64ma6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ curl openssl zlib ];
|
buildInputs = [ curl openssl zlib ];
|
||||||
|
Loading…
Reference in New Issue
Block a user