openvas-scanner: 23.10.0 -> 23.13.1

This commit is contained in:
R. Ryantm
2024-12-07 23:18:22 +00:00
parent 65484f88b2
commit 301d0ec420
+2 -2
View File
@@ -31,13 +31,13 @@
stdenv.mkDerivation rec {
pname = "openvas-scanner";
version = "23.10.0";
version = "23.13.1";
src = fetchFromGitHub {
owner = "greenbone";
repo = "openvas-scanner";
rev = "refs/tags/v${version}";
hash = "sha256-5eXw9buGln2of4wumPUFloguCvru9at4pUEb1FVYzoM=";
hash = "sha256-MT5AtuJQeSUjN+jbqJ957+oy24wVAZ89bkZ4bMxIFNc=";
};
nativeBuildInputs = [