about summary refs log tree commit diff
path: root/pkgs/tools/misc/antimicrox
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-25 11:13:09 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-10-25 08:47:38 -0700
commitc17abb3648fc1ad60692582b3a54c75ffaa62dbf (patch)
treef38c09b4719881fd59078750f7f11f325d6e031b /pkgs/tools/misc/antimicrox
parent5136fd872073849e9e777b90a998fe037034943b (diff)
antimicrox: 3.2.5 -> 3.3.1
Diffstat (limited to 'pkgs/tools/misc/antimicrox')
-rw-r--r--pkgs/tools/misc/antimicrox/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/antimicrox/default.nix b/pkgs/tools/misc/antimicrox/default.nix
index 508e39da9d826..ef99986cf04a9 100644
--- a/pkgs/tools/misc/antimicrox/default.nix
+++ b/pkgs/tools/misc/antimicrox/default.nix
@@ -12,13 +12,13 @@
 
 mkDerivation rec {
   pname = "antimicrox";
-  version = "3.2.5";
+  version = "3.3.1";
 
   src = fetchFromGitHub {
     owner = "AntiMicroX";
     repo = pname;
     rev = version;
-    sha256 = "sha256-Lc23VvIZguE6nRHeGDW3pL4exKtJtF8XmFkN2SxUL0g=";
+    sha256 = "sha256-2dCLU+8HR052RfccomOKyyomqaqdPBeq5BxbYtDnlMA=";
   };
 
   nativeBuildInputs = [ cmake extra-cmake-modules pkg-config itstool ];