openvas-scanner: 23.5.0 -> 23.5.1

This commit is contained in:
R. Ryantm 2024-07-13 07:02:58 +00:00
parent f9d8021398
commit 948e3d1a9c

View File

@ -31,13 +31,13 @@
stdenv.mkDerivation rec {
pname = "openvas-scanner";
version = "23.5.0";
version = "23.5.1";
src = fetchFromGitHub {
owner = "greenbone";
repo = "openvas-scanner";
rev = "refs/tags/v${version}";
hash = "sha256-bAQFMYHE9nozmfRILFAswN9y0DxnX8LK2E6c3yqzWlA=";
hash = "sha256-jIPSQUdW+v0SV6sINkLujqZPysZSdaqHa5+sxTRdpH4=";
};
nativeBuildInputs = [