Unverified Commit 358fff08 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

antimicrox: 3.4.0 -> 3.4.1
parents 713d63f4 7eb334ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

mkDerivation rec {
  pname = "antimicrox";
  version = "3.4.0";
  version = "3.4.1";

  src = fetchFromGitHub {
    owner = "AntiMicroX";
    repo = pname;
    rev = version;
    sha256 = "sha256-zBIEuZdmcyA99YdwC6tn0I3Ori8VyBOw50ablb/Lmvs=";
    sha256 = "sha256-HikaNbgPwsiIYNQgdEZiVdVYJtYgZRiXVqEce68tyxM=";
  };

  nativeBuildInputs = [ cmake extra-cmake-modules pkg-config itstool ];