Merge pull request #153011 from fabaff/bump-gvm-libs

gvm-libs: 21.4.2 -> 21.4.3
This commit is contained in:
Fabian Affolter 2022-01-01 10:21:45 +01:00 committed by GitHub
commit 2d94d32cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "gvm-libs";
version = "21.4.2";
version = "21.4.3";
src = fetchFromGitHub {
owner = "greenbone";
repo = pname;
rev = "v${version}";
sha256 = "14v7z8ynd20s4pkhp2nc19n6gbmbh8yrn39yi2fbfm7gj28b52sx";
sha256 = "sha256-1NVLGyUDUnOy3GYDtVyhGTvWOYoWp95EbkgTlFWuxE8=";
};
nativeBuildInputs = [
@ -50,6 +50,10 @@ stdenv.mkDerivation rec {
zlib
];
cmakeFlags = [
"-DGVM_RUN_DIR=$out/run/gvm"
];
meta = with lib; {
description = "Libraries module for the Greenbone Vulnerability Management Solution";
homepage = "https://github.com/greenbone/gvm-libs";