openvas-scanner: 23.16.0 -> 23.16.1

This commit is contained in:
R. Ryantm
2025-03-16 16:13:42 +00:00
parent ceb9741181
commit ce5b9b7959
+2 -2
View File
@@ -31,13 +31,13 @@
stdenv.mkDerivation rec {
pname = "openvas-scanner";
version = "23.16.0";
version = "23.16.1";
src = fetchFromGitHub {
owner = "greenbone";
repo = "openvas-scanner";
tag = "v${version}";
hash = "sha256-ocMtXZHqeMgGoTdMF8OU7oSyps6G1PNth3qwnAxFlc8=";
hash = "sha256-/5vcK6ndqdur2CceAgEkMPQpWpghS3O8GuBe1s6ZPKg=";
};
nativeBuildInputs = [