Merge pull request #170172 from r-ryantm/auto-update/antimicrox

antimicrox: 3.2.2 -> 3.2.3
This commit is contained in:
Ryan Mulligan
2022-05-02 07:46:15 -07:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
mkDerivation rec {
pname = "antimicrox";
version = "3.2.2";
version = "3.2.3";
src = fetchFromGitHub {
owner = "AntiMicroX";
repo = pname;
rev = version;
sha256 = "sha256-8DCQAgwXaJxRl6NxzSCow9XpP4HhHw3hlPXvmqpq/nc=";
sha256 = "sha256-Qn2XT/l3zx0u3twKsQr1cHbaRiLTglQf0WNx8tqtKro=";
};
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config itstool ];