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

antimicrox: 3.2.2 -> 3.2.3
main
Ryan Mulligan 2 years ago committed by GitHub
commit bf944b8b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/tools/misc/antimicrox/default.nix

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

Loading…
Cancel
Save