gvm-libs: 21.4.2 -> 21.4.3

This commit is contained in:
Fabian Affolter 2021-12-31 23:50:25 +01:00
parent 796af3ddba
commit 844377b4d8

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";