openvas-scanner: 23.9.0 -> 23.10.0

This commit is contained in:
R. Ryantm 2024-10-30 08:12:23 +00:00
parent bc68570697
commit 04fb46fd33

View File

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