antimicrox: 3.3.2 -> 3.3.3

This commit is contained in:
R. Ryantm 2023-02-02 02:59:03 +00:00
parent 93f0dfda5b
commit 442480c4f0

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