gvm-libs: 23.2.2 -> 23.3.0

This commit is contained in:
R. Ryantm
2026-06-15 11:09:31 +00:00
parent 5ee58ee18e
commit 244274d045
+2 -2
View File
@@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gvm-libs";
version = "23.2.2";
version = "23.3.0";
src = fetchFromGitHub {
owner = "greenbone";
repo = "gvm-libs";
tag = "v${finalAttrs.version}";
hash = "sha256-lXvivYyo4o9Ng7AG9/VdRAgfzGo5ow/n5dIL+RPYTMU=";
hash = "sha256-aS+3XMz37TJTI56y0EecRCbrdkO1JIYm5KamC54tFyI=";
};
postPatch = ''