openvas-scanner: 23.27.0 -> 23.28.0

This commit is contained in:
R. Ryantm
2025-09-25 23:28:42 +00:00
parent 5afaa3672f
commit fbe3db5ff7
+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 = [