summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 73e430e54e34..508e39da9d82 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.4";
+ version = "3.2.5";
src = fetchFromGitHub {
owner = "AntiMicroX";
repo = pname;
rev = version;
- sha256 = "sha256-catgal3bpWJUcTo0x0V0X3VV87AHO2Dp58IpQ/ILsZ8=";
+ sha256 = "sha256-Lc23VvIZguE6nRHeGDW3pL4exKtJtF8XmFkN2SxUL0g=";
};
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config itstool ];