gvm-libs: 22.7.1 -> 22.7.2

This commit is contained in:
R. Ryantm 2023-10-11 17:41:03 +00:00
parent f6caf65a4a
commit a7977d393a

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 = [