gvm-libs: 21.4.2 -> 21.4.3
This commit is contained in:
parent
796af3ddba
commit
844377b4d8
1 changed files with 6 additions and 2 deletions
|
@ -20,13 +20,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gvm-libs";
|
pname = "gvm-libs";
|
||||||
version = "21.4.2";
|
version = "21.4.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "greenbone";
|
owner = "greenbone";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "14v7z8ynd20s4pkhp2nc19n6gbmbh8yrn39yi2fbfm7gj28b52sx";
|
sha256 = "sha256-1NVLGyUDUnOy3GYDtVyhGTvWOYoWp95EbkgTlFWuxE8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -50,6 +50,10 @@ stdenv.mkDerivation rec {
|
||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
|
|
||||||
|
cmakeFlags = [
|
||||||
|
"-DGVM_RUN_DIR=$out/run/gvm"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Libraries module for the Greenbone Vulnerability Management Solution";
|
description = "Libraries module for the Greenbone Vulnerability Management Solution";
|
||||||
homepage = "https://github.com/greenbone/gvm-libs";
|
homepage = "https://github.com/greenbone/gvm-libs";
|
||||||
|
|
Loading…
Reference in a new issue