openvas-scanner: 23.9.0 -> 23.10.0 (#352317)

This commit is contained in:
Fabian Affolter
2024-10-30 17:12:12 +01:00
committed by GitHub
+2 -2
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 = [