Merge pull request #280335 from r-ryantm/auto-update/gvm-libs

gvm-libs: 22.7.3 -> 22.8.0
This commit is contained in:
Fabian Affolter 2024-01-12 09:23:57 +01:00 committed by GitHub
commit 5b82578e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "gvm-libs";
version = "22.7.3";
version = "22.8.0";
src = fetchFromGitHub {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Vo+lFUGLeGPKq3aUCiiBcBYu6BZ4KQI5vCtnQyRUUiU=";
hash = "sha256-nFqYpt9OWEPgSbaNsHLhs9mg7ChQcmfcgHh7nFfQh18=";
};
nativeBuildInputs = [