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

antimicrox: 3.3.4 -> 3.4.0

authored by Weijia Wang and committed by GitHub 062252cf 73196590

+2 -2
+2 -2
pkgs/tools/misc/antimicrox/default.nix
··· 12 12 13 13 mkDerivation rec { 14 14 pname = "antimicrox"; 15 - version = "3.3.4"; 15 + version = "3.4.0"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "AntiMicroX"; 19 19 repo = pname; 20 20 rev = version; 21 - sha256 = "sha256-WEtKeQKRZcYpZ4mnFdj4ZRApBuD8fByf11Uu6ylbAcY="; 21 + sha256 = "sha256-zBIEuZdmcyA99YdwC6tn0I3Ori8VyBOw50ablb/Lmvs="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ cmake extra-cmake-modules pkg-config itstool ];