gvm-libs: 22.7.3 -> 22.8.0

This commit is contained in:
R. Ryantm 2024-01-11 19:29:27 +00:00
parent 3d1fe1445c
commit f938ef533e

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