antimicrox: 3.2.3 -> 3.2.4

main
R. Ryantm 2 years ago
parent 4d609b11a8
commit 4ba77240ac
  1. 4
      pkgs/tools/misc/antimicrox/default.nix

@ -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 ];

Loading…
Cancel
Save