3
0
Fork 0
forked from mirrors/nixpkgs

antimicrox: 3.2.3 -> 3.2.4

This commit is contained in:
R. Ryantm 2022-06-25 04:01:02 +00:00
parent 4d609b11a8
commit 4ba77240ac

View file

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