Unverified Commit c3696dc9 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

lynis: 3.1.5 -> 3.1.6 (#454904)

parents 645c7fad 1c1747cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "lynis";
  version = "3.1.5";
  version = "3.1.6";

  src = fetchFromGitHub {
    owner = "CISOfy";
    repo = "lynis";
    rev = version;
    sha256 = "sha256-XMgC6KjkLgjSOBHBx7WM7C2Vm3Z/lto7CFs10kIxwZc=";
    sha256 = "sha256-f1iV9OBkycrwP3ydjaGMX45JIBtzZKHEJqnEoVuZPu4=";
  };

  nativeBuildInputs = [