openvas-scanner: 23.18.0 -> 23.19.0

This commit is contained in:
R. Ryantm
2025-05-19 13:11:41 +00:00
parent aa60aed1f7
commit 54afc41a15
+2 -2
View File
@@ -31,13 +31,13 @@
stdenv.mkDerivation rec {
pname = "openvas-scanner";
version = "23.18.0";
version = "23.19.0";
src = fetchFromGitHub {
owner = "greenbone";
repo = "openvas-scanner";
tag = "v${version}";
hash = "sha256-p7+UoIY8LG4XE+ei2qZH30Ic9y0epdpD2z6VWifl2FI=";
hash = "sha256-f5rK5029+Gz2klb6UAEfExWpDVxdkb2SVFgou4H5jKk=";
};
nativeBuildInputs = [