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

gvm-libs: 22.4.5 -> 22.4.6
This commit is contained in:
Fabian Affolter
2023-04-19 20:09:20 +02:00
committed by GitHub
@@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "gvm-libs";
version = "22.4.5";
version = "22.4.6";
src = fetchFromGitHub {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-dnR562qsDoW8Xb4TNrpcn66tn9iVmcmTaBxMbb+CX64=";
hash = "sha256-HG9DwUX0rTE7Fc5AOl98u/JEfvfd0iwn3fvsIG8lsfU=";
};
nativeBuildInputs = [