Merge pull request #269420 from fabaff/gvm-libs-bump

gvm-libs: 22.7.2 -> 22.7.3
This commit is contained in:
Fabian Affolter 2023-11-23 22:11:18 +01:00 committed by GitHub
commit c1681fe35c
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.2";
version = "22.7.3";
src = fetchFromGitHub {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-vcCugIohuZg+GhUA7ZgkyhMxN0KSvCFVO/HLOnrNxxA=";
hash = "sha256-Vo+lFUGLeGPKq3aUCiiBcBYu6BZ4KQI5vCtnQyRUUiU=";
};
nativeBuildInputs = [