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

antimicrox: 3.3.4 -> 3.4.0
This commit is contained in:
Weijia Wang
2024-03-17 01:15:44 +01:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
mkDerivation rec {
pname = "antimicrox";
version = "3.3.4";
version = "3.4.0";
src = fetchFromGitHub {
owner = "AntiMicroX";
repo = pname;
rev = version;
sha256 = "sha256-WEtKeQKRZcYpZ4mnFdj4ZRApBuD8fByf11Uu6ylbAcY=";
sha256 = "sha256-zBIEuZdmcyA99YdwC6tn0I3Ori8VyBOw50ablb/Lmvs=";
};
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config itstool ];