postgresqlPackages.pg-gvm: 22.6.10 -> 22.6.11

This commit is contained in:
R. Ryantm 2025-08-14 09:03:33 +00:00
parent aebb310757
commit 344856580f

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 = [