antimicrox: 3.3.1 -> 3.3.2

This commit is contained in:
R. Ryantm 2022-11-25 06:55:46 +00:00 committed by Bobby Rong
parent 8d5e22fb92
commit 49f29b0abc

View file

@ -12,13 +12,13 @@
mkDerivation rec { mkDerivation rec {
pname = "antimicrox"; pname = "antimicrox";
version = "3.3.1"; version = "3.3.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "AntiMicroX"; owner = "AntiMicroX";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-2dCLU+8HR052RfccomOKyyomqaqdPBeq5BxbYtDnlMA="; sha256 = "sha256-qp9K0lF7joFhfepncUoHvekMS+fZcPaBrsWY2DKmIUs=";
}; };
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config itstool ]; nativeBuildInputs = [ cmake extra-cmake-modules pkg-config itstool ];