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

antimicrox: 3.2.4 -> 3.2.5
This commit is contained in:
Ryan Mulligan
2022-08-12 19:14:21 -07:00
committed by GitHub
+2 -2
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 ];