postgresqlPackages.postgis: 3.6.3 -> 3.6.4

This commit is contained in:
R. Ryantm
2026-06-18 06:01:35 +00:00
parent a0fe7a7f2e
commit aee50eddf3

View File

@@ -35,7 +35,7 @@ let
in
postgresqlBuildExtension (finalAttrs: {
pname = "postgis";
version = "3.6.3";
version = "3.6.4";
outputs = [
"out"
@@ -46,7 +46,7 @@ postgresqlBuildExtension (finalAttrs: {
owner = "postgis";
repo = "postgis";
tag = finalAttrs.version;
hash = "sha256-pCkn3ocRBD70apCdfYTmdUKrcGP28D5VM77S79m5e/0=";
hash = "sha256-ZRBrZ23s0w3noFU6L3Ke9G/Z8d7xGGg3qo/2GPDpbK4=";
};
buildInputs = [