postgresqlPackages.pg-gvm: 22.6.13 -> 22.6.14

This commit is contained in:
R. Ryantm
2026-02-09 08:41:49 +00:00
parent 529c52fbd3
commit 1993632363
+2 -2
View File
@@ -14,13 +14,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg-gvm";
version = "22.6.13";
version = "22.6.14";
src = fetchFromGitHub {
owner = "greenbone";
repo = "pg-gvm";
tag = "v${finalAttrs.version}";
hash = "sha256-kdYDKChjlXtolpzt9H+ijb39bZq3ABsxw5ofUKs6E5g=";
hash = "sha256-g6/p2uqLd8nAc5BVvnMF/2v+A17wDWyrsSWlPATgz7c=";
};
nativeBuildInputs = [