antimicrox: 3.4.1 -> 3.5.0 (#352764)

This commit is contained in:
Weijia Wang 2024-11-07 01:40:00 +01:00 committed by GitHub
commit f74a757e6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
mkDerivation rec {
pname = "antimicrox";
version = "3.4.1";
version = "3.5.0";
src = fetchFromGitHub {
owner = "AntiMicroX";
repo = pname;
rev = version;
sha256 = "sha256-HikaNbgPwsiIYNQgdEZiVdVYJtYgZRiXVqEce68tyxM=";
sha256 = "sha256-9vpkhs3zEOZa3LnyIqdW0U+nS/9t4HzMLzFqrB2TqI8=";
};
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config itstool ];