openvas-scanner: 23.20.2 -> 23.21.0

This commit is contained in:
R. Ryantm
2025-07-11 08:43:22 +00:00
parent 52809155bd
commit fc462d5b04
+2 -2
View File
@@ -31,13 +31,13 @@
stdenv.mkDerivation rec {
pname = "openvas-scanner";
version = "23.20.2";
version = "23.21.0";
src = fetchFromGitHub {
owner = "greenbone";
repo = "openvas-scanner";
tag = "v${version}";
hash = "sha256-n8ojCp2pGITsy7kY/8qZzKrVwD+4xxA1IEp+AEmU+FE=";
hash = "sha256-OiW3+JAhqHsnxnyieiJcqbEYMZJ/7TGCpizKMQNcp4I=";
};
nativeBuildInputs = [