Merge pull request #96853 from r-ryantm/auto-update/antimicroX

antimicroX: 3.0 -> 3.0.1
This commit is contained in:
Jon 2020-09-04 09:14:39 -07:00 committed by GitHub
commit 1cc8a03997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
mkDerivation rec {
pname = "antimicroX";
version = "3.0";
version = "3.0.1";
src = fetchFromGitHub {
owner = "juliagoda";
repo = "antimicroX";
rev = version;
sha256 = "0li22sjl95233azxhyda36idnfzbb4b02wf57hnpnba6qvrlpwwl";
sha256 = "05asxlkgb4cgvpcyksw1cx8cz8nzi8hmw8b91lw92892j7a2r7wj";
};
nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig itstool ];