gvm-libs: 22.35.0 -> 22.35.2

This commit is contained in:
R. Ryantm
2026-01-21 08:21:27 +00:00
parent 203f2ddbe3
commit 84b445fbdf
+2 -2
View File
@@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "gvm-libs";
version = "22.35.0";
version = "22.35.2";
src = fetchFromGitHub {
owner = "greenbone";
repo = "gvm-libs";
tag = "v${version}";
hash = "sha256-3TWJyh9xzS/HLRjAc4hsBuu3P0SquHEZXjunWw1FqWU=";
hash = "sha256-DVYU+6hUps2nwgkTWu228wVYtke4oDFUqXM73DEN6LM=";
};
postPatch = ''