antimicrox: 3.2.4 -> 3.2.5

This commit is contained in:
R. Ryantm 2022-07-27 21:17:56 +00:00
parent f6895f13b0
commit 746da73ca6

View file

@ -12,13 +12,13 @@
mkDerivation rec {
pname = "antimicrox";
version = "3.2.4";
version = "3.2.5";
src = fetchFromGitHub {
owner = "AntiMicroX";
repo = pname;
rev = version;
sha256 = "sha256-catgal3bpWJUcTo0x0V0X3VV87AHO2Dp58IpQ/ILsZ8=";
sha256 = "sha256-Lc23VvIZguE6nRHeGDW3pL4exKtJtF8XmFkN2SxUL0g=";
};
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config itstool ];