Merge pull request #335328 from Tochiaha/gvm-lib

This commit is contained in:
Sandro 2024-08-22 11:42:58 +02:00 committed by GitHub
commit e578109e07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,15 +25,19 @@
stdenv.mkDerivation rec {
pname = "gvm-libs";
version = "22.8.0";
version = "22.10.0";
src = fetchFromGitHub {
owner = "greenbone";
repo = "gvm-libs";
rev = "refs/tags/v${version}";
hash = "sha256-nFqYpt9OWEPgSbaNsHLhs9mg7ChQcmfcgHh7nFfQh18=";
hash = "sha256-o86bNwoGUw6VLESkaamWXPOfrdbFipJZmQCL6W5+nfk=";
};
postPatch = ''
substituteInPlace CMakeLists.txt --replace-fail "-Werror" ""
'';
nativeBuildInputs = [
cmake
doxygen