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

gvm-libs: 22.7.1 -> 22.7.2
This commit is contained in:
Mario Rodas 2023-10-12 03:21:19 -05:00 committed by GitHub
commit 70388fcb93
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.1";
version = "22.7.2";
src = fetchFromGitHub {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-TSi537RLZGwnyC1nL/Ge3lTlV2FmH1nmAzFSHmaTv04=";
hash = "sha256-vcCugIohuZg+GhUA7ZgkyhMxN0KSvCFVO/HLOnrNxxA=";
};
nativeBuildInputs = [