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

gvm-libs: 21.4.3 -> 21.4.4
This commit is contained in:
Fabian Affolter
2022-02-22 08:40:17 +01:00
committed by GitHub
@@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "gvm-libs";
version = "21.4.3";
version = "21.4.4";
src = fetchFromGitHub {
owner = "greenbone";
repo = pname;
rev = "v${version}";
sha256 = "sha256-1NVLGyUDUnOy3GYDtVyhGTvWOYoWp95EbkgTlFWuxE8=";
sha256 = "sha256-Ps8J9JuLKcrowl9wgZ3Wm7JTXyiejQPDr4OV/IvDy+I=";
};
nativeBuildInputs = [