postgresqlPackages.pg-gvm: 22.6.14 -> 22.6.15

This commit is contained in:
R. Ryantm
2026-03-12 08:30:41 +00:00
parent 205a4a0374
commit 1439c16ff7
+2 -2
View File
@@ -14,13 +14,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg-gvm";
version = "22.6.14";
version = "22.6.15";
src = fetchFromGitHub {
owner = "greenbone";
repo = "pg-gvm";
tag = "v${finalAttrs.version}";
hash = "sha256-g6/p2uqLd8nAc5BVvnMF/2v+A17wDWyrsSWlPATgz7c=";
hash = "sha256-VVJPn62V1huDXOZzWUUA3CVhYXqKEOCz7WxACWWuCFw=";
};
nativeBuildInputs = [