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

antimicrox: 3.4.0 -> 3.4.1
This commit is contained in:
Pol Dellaiera 2024-08-11 08:13:33 +02:00 committed by GitHub
commit 358fff0805
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.0";
version = "3.4.1";
src = fetchFromGitHub {
owner = "AntiMicroX";
repo = pname;
rev = version;
sha256 = "sha256-zBIEuZdmcyA99YdwC6tn0I3Ori8VyBOw50ablb/Lmvs=";
sha256 = "sha256-HikaNbgPwsiIYNQgdEZiVdVYJtYgZRiXVqEce68tyxM=";
};
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config itstool ];