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

antimicrox: 3.3.2 -> 3.3.3
This commit is contained in:
Weijia Wang 2023-02-03 14:09:57 +01:00 committed by GitHub
commit 861e4a45e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
mkDerivation rec {
pname = "antimicrox";
version = "3.3.2";
version = "3.3.3";
src = fetchFromGitHub {
owner = "AntiMicroX";
repo = pname;
rev = version;
sha256 = "sha256-qp9K0lF7joFhfepncUoHvekMS+fZcPaBrsWY2DKmIUs=";
sha256 = "sha256-svEk+IFttkCXmoAOFH3k2rRC/OL9HXOLiuGrCh10YNc=";
};
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config itstool ];