antimicroX: 3.0 -> 3.0.1
This commit is contained in:
parent
d6d64dee97
commit
be8ec16bb1
@ -14,13 +14,13 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "antimicroX";
|
pname = "antimicroX";
|
||||||
version = "3.0";
|
version = "3.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "juliagoda";
|
owner = "juliagoda";
|
||||||
repo = "antimicroX";
|
repo = "antimicroX";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0li22sjl95233azxhyda36idnfzbb4b02wf57hnpnba6qvrlpwwl";
|
sha256 = "05asxlkgb4cgvpcyksw1cx8cz8nzi8hmw8b91lw92892j7a2r7wj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig itstool ];
|
nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig itstool ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user