gvm-libs: 22.33.0 -> 22.34.0

This commit is contained in:
R. Ryantm
2025-12-09 03:26:18 +00:00
parent 864b51ebb4
commit c603bfae76
+2 -2
View File
@@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "gvm-libs";
version = "22.33.0";
version = "22.34.0";
src = fetchFromGitHub {
owner = "greenbone";
repo = "gvm-libs";
tag = "v${version}";
hash = "sha256-TFXM348a+PgpSyPENNlfoIGb/h6HvtIM1jlDnSbt/KI=";
hash = "sha256-MCriCweaB2UbQzW/ojsyJgh/bn9l5XHqSicGYTnfQrw=";
};
postPatch = ''