gvm-libs: 22.10.0 -> 22.11.0 (#338178)

This commit is contained in:
Weijia Wang 2024-09-11 22:08:05 +02:00 committed by GitHub
commit e5d8f73652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
pkg-config
postgresql
];
buildInputs = [

View File

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "gvm-libs";
version = "22.10.0";
version = "22.11.0";
src = fetchFromGitHub {
owner = "greenbone";
repo = "gvm-libs";
rev = "refs/tags/v${version}";
hash = "sha256-o86bNwoGUw6VLESkaamWXPOfrdbFipJZmQCL6W5+nfk=";
hash = "sha256-VYFAy6VVASNOBLs39qukePYr5pV0IR1qjztv+veNCVc=";
};
postPatch = ''