openvas-scanner: 23.4.1 -> 23.5.0

This commit is contained in:
R. Ryantm 2024-06-25 19:25:46 +00:00
parent 194ab008e6
commit 6e7d689716

View File

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