openvas-scanner: 23.27.0 -> 23.28.0 (#446189)

This commit is contained in:
Fabian Affolter
2025-09-26 10:14:51 +00:00
committed by GitHub
+2 -2
View File
@@ -31,13 +31,13 @@
stdenv.mkDerivation rec {
pname = "openvas-scanner";
version = "23.27.0";
version = "23.28.0";
src = fetchFromGitHub {
owner = "greenbone";
repo = "openvas-scanner";
tag = "v${version}";
hash = "sha256-p/SYzrjM37Q67DnT/cfvJkDHxWwrGxBt1NK/hwWgOdM=";
hash = "sha256-ggmex/BmAVgdE1JNM3kybEmr/uKqrIl8JdSoBnsg+40=";
};
nativeBuildInputs = [