openvas-scanner: 23.19.0 -> 23.20.1 (#412198)

This commit is contained in:
Nick Cao
2025-05-30 16:19:29 -04:00
committed by GitHub

View File

@@ -31,13 +31,13 @@
stdenv.mkDerivation rec {
pname = "openvas-scanner";
version = "23.19.0";
version = "23.20.1";
src = fetchFromGitHub {
owner = "greenbone";
repo = "openvas-scanner";
tag = "v${version}";
hash = "sha256-f5rK5029+Gz2klb6UAEfExWpDVxdkb2SVFgou4H5jKk=";
hash = "sha256-JXZMgf7HTmRADApnriWxszvFcVNxIb4ylfdgb5ebVSw=";
};
nativeBuildInputs = [