antimicrox: 3.2.5 -> 3.3.1

This commit is contained in:
R. Ryantm 2022-10-25 11:13:09 +00:00 committed by Jonathan Ringer
parent 5136fd8720
commit c17abb3648

View File

@ -12,13 +12,13 @@
mkDerivation rec {
pname = "antimicrox";
version = "3.2.5";
version = "3.3.1";
src = fetchFromGitHub {
owner = "AntiMicroX";
repo = pname;
rev = version;
sha256 = "sha256-Lc23VvIZguE6nRHeGDW3pL4exKtJtF8XmFkN2SxUL0g=";
sha256 = "sha256-2dCLU+8HR052RfccomOKyyomqaqdPBeq5BxbYtDnlMA=";
};
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config itstool ];