antimicrox: 3.3.1 -> 3.3.2

This commit is contained in:
R. Ryantm
2022-12-04 20:42:59 +08:00
committed by Bobby Rong
parent 8d5e22fb92
commit 49f29b0abc
+2 -2
View File
@@ -12,13 +12,13 @@
mkDerivation rec {
pname = "antimicrox";
version = "3.3.1";
version = "3.3.2";
src = fetchFromGitHub {
owner = "AntiMicroX";
repo = pname;
rev = version;
sha256 = "sha256-2dCLU+8HR052RfccomOKyyomqaqdPBeq5BxbYtDnlMA=";
sha256 = "sha256-qp9K0lF7joFhfepncUoHvekMS+fZcPaBrsWY2DKmIUs=";
};
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config itstool ];