Skip to content

Commit

Permalink
postgresqlPackages.postgis: 3.5.0 -> 3.5.2 (#375290)
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik authored Jan 24, 2025
2 parents 352667e + 7da0f0a commit b930978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/postgresql/ext/postgis.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ let
in
buildPostgresqlExtension (finalAttrs: {
pname = "postgis";
version = "3.5.0";
version = "3.5.2";

outputs = [
"out"
Expand All @@ -46,7 +46,7 @@ buildPostgresqlExtension (finalAttrs: {
owner = "postgis";
repo = "postgis";
rev = "${finalAttrs.version}";
hash = "sha256-wh7Lav2vnKzGWuSvvMFvAaGV7ynD+KgPsFUgujdtzlA=";
hash = "sha256-1kOLtG6AMavbWQ1lHG2ABuvIcyTYhgcbjuVmqMR4X+g=";
};

buildInputs =
Expand Down

0 comments on commit b930978

Please sign in to comment.