hcxtools: 5.1.4 -> 5.1.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/hcxtools/versions
This commit is contained in:
parent
e2d07d2cc7
commit
7295e0122a
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "hcxtools";
|
pname = "hcxtools";
|
||||||
version = "5.1.4";
|
version = "5.1.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ZerBea";
|
owner = "ZerBea";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1bkl0j6m5q091fas99s83aclcc5kfwacmkgmyg8565z2npvnj7nf";
|
sha256 = "05sjbmv2wq3nlmammrwxqc62c4sagjjgczzddr1jcqkf6kywzkl8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ curl openssl zlib ];
|
buildInputs = [ curl openssl zlib ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user