Unverified Commit 18f82f4f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

openvas-scanner: 23.22.0 -> 23.22.1 (#429541)

parents 55245310 10534134
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@

stdenv.mkDerivation rec {
  pname = "openvas-scanner";
  version = "23.22.0";
  version = "23.22.1";

  src = fetchFromGitHub {
    owner = "greenbone";
    repo = "openvas-scanner";
    tag = "v${version}";
    hash = "sha256-/+Jqyg7xqs3JVp1NtmyrNxwcIGMCR4O7fI8F/XcpOS8=";
    hash = "sha256-QWSiUx3A1cbVLooh9+1oZDdw9RInNOPQJ5Cb40sDl34=";
  };

  nativeBuildInputs = [