openvas-scanner: 23.8.5 -> 23.9.0 (#341955)

This commit is contained in:
Fabian Affolter
2024-09-15 10:43:38 +02:00
committed by GitHub

View File

@@ -31,13 +31,13 @@
stdenv.mkDerivation rec {
pname = "openvas-scanner";
version = "23.8.5";
version = "23.9.0";
src = fetchFromGitHub {
owner = "greenbone";
repo = "openvas-scanner";
rev = "refs/tags/v${version}";
hash = "sha256-0zVhrnDimmSg5auIT1NQaNRsilASkkXK6tVimoWsXn8=";
hash = "sha256-vdqIM0qkCpOjohmMP245Og87wOmejlCBEIceBfwEB8U=";
};
nativeBuildInputs = [