Unverified Commit 62422e71 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

openvas-scanner: 23.17.0 -> 23.18.0 (#405246)

parents 3f08fcf3 98350106
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.17.0";
  version = "23.18.0";

  src = fetchFromGitHub {
    owner = "greenbone";
    repo = "openvas-scanner";
    tag = "v${version}";
    hash = "sha256-HMvtxblp7adr7EMBg1MShkAnEfsP7ENLPhPIBVYZU14=";
    hash = "sha256-p7+UoIY8LG4XE+ei2qZH30Ic9y0epdpD2z6VWifl2FI=";
  };

  nativeBuildInputs = [