Skip to content

Commit

Permalink
antimicrox: 3.4.1 -> 3.5.0 (#352764)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Nov 7, 2024
2 parents bda50ab + 8893124 commit f74a757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/antimicrox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit f74a757

Please sign in to comment.