Unverified Commit 46bf1c71 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

openvas-scanner: 23.16.1 -> 23.17.0 (#401000)

parents b32b0e86 a73ccf60
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.16.1";
  version = "23.17.0";

  src = fetchFromGitHub {
    owner = "greenbone";
    repo = "openvas-scanner";
    tag = "v${version}";
    hash = "sha256-/5vcK6ndqdur2CceAgEkMPQpWpghS3O8GuBe1s6ZPKg=";
    hash = "sha256-HMvtxblp7adr7EMBg1MShkAnEfsP7ENLPhPIBVYZU14=";
  };

  nativeBuildInputs = [