postgresqlPackages.pg-gvm: 22.6.10 -> 22.6.11 (#433605)

This commit is contained in:
Wolfgang Walther
2025-08-14 10:31:12 +00:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg-gvm";
version = "22.6.10";
version = "22.6.11";
src = fetchFromGitHub {
owner = "greenbone";
repo = "pg-gvm";
tag = "v${finalAttrs.version}";
hash = "sha256-NyArAvGkKaMKUuZs76+bmQwUBu3AXCXNCYZ9UB1V7rA=";
hash = "sha256-jkpZg1LMWuH5R4I/kTO3cofL3uNt11yXSgfFppSNC+o=";
};
nativeBuildInputs = [