gvm-libs: 22.34.1 -> 22.34.2

This commit is contained in:
R. Ryantm
2026-01-07 15:13:01 +00:00
parent c0fc386a2f
commit e5494fb8fa
+2 -2
View File
@@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "gvm-libs";
version = "22.34.1";
version = "22.34.2";
src = fetchFromGitHub {
owner = "greenbone";
repo = "gvm-libs";
tag = "v${version}";
hash = "sha256-qvcQml3XnGraCwa2iY+QGshzdsNUwQH3+HXLPwq6+M4=";
hash = "sha256-naCk99ZxupBx590MRBorvsNxlYCuKC/B8fufGnZDH1A=";
};
postPatch = ''