openvas-smb: 22.5.6 -> 22.5.10 (#441260)

This commit is contained in:
Fabian Affolter
2025-09-09 13:38:54 +02:00
committed by GitHub

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 = [