openvas-smb: 22.5.6 -> 22.5.10

This commit is contained in:
Haylin Moore
2025-09-08 19:34:33 +02:00
parent d8c405df56
commit 1c4e5f50f0
+2 -2
View File
@@ -21,13 +21,13 @@ let
in
stdenv.mkDerivation rec {
pname = "openvas-smb";
version = "22.5.6";
version = "22.5.10";
src = fetchFromGitHub {
owner = "greenbone";
repo = "openvas-smb";
tag = "v${version}";
hash = "sha256-wnlBOHYOTWNbwzoHCpsXbuhp0uH3wBH6+Oo4Y+zSsfg=";
hash = "sha256-H0nG+0DPBQmXVQDVLTEhxhoFeU9ryU5N6qz64+PxV+g=";
};
nativeBuildInputs = [