gvm-libs: 22.31.1 -> 22.32.0

This commit is contained in:
R. Ryantm
2025-11-24 19:58:08 +00:00
parent e2d5d61d22
commit 5a2ffbe7ca
+2 -2
View File
@@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "gvm-libs";
version = "22.31.1";
version = "22.32.0";
src = fetchFromGitHub {
owner = "greenbone";
repo = "gvm-libs";
tag = "v${version}";
hash = "sha256-/2r5jPWqOb9KQyCW1ja9xV/RBQnsZCeJJHL2a6oH3bk=";
hash = "sha256-obQfexzE4vHnmzFp3gzPiKhzQJXrr6RWlg4v08WP4zE=";
};
postPatch = ''