summary refs log tree commit diff
path: root/pkgs/servers/sql
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-02-18 12:02:06 +0000
committerGitHub <noreply@github.com>2022-02-18 12:02:06 +0000
commitf70caf75e4f207930583406595a91538853b4a0b (patch)
tree251a28c19900fc8a50c637ed17986e0a520f3a8e /pkgs/servers/sql
parent9c5d593baaa4026cff67b7753b4150bf4a86cd6d (diff)
parent6d7c30cfc019c1472f78ab49251fd6b391cef0b6 (diff)
downloadnixpkgs-f70caf75e4f207930583406595a91538853b4a0b.tar
nixpkgs-f70caf75e4f207930583406595a91538853b4a0b.tar.gz
nixpkgs-f70caf75e4f207930583406595a91538853b4a0b.tar.bz2
nixpkgs-f70caf75e4f207930583406595a91538853b4a0b.tar.lz
nixpkgs-f70caf75e4f207930583406595a91538853b4a0b.tar.xz
nixpkgs-f70caf75e4f207930583406595a91538853b4a0b.tar.zst
nixpkgs-f70caf75e4f207930583406595a91538853b4a0b.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/servers/sql')
-rw-r--r--pkgs/servers/sql/postgresql/ext/postgis.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/sql/postgresql/ext/postgis.nix b/pkgs/servers/sql/postgresql/ext/postgis.nix
index dbb800a2760..d0dfa5d00f5 100644
--- a/pkgs/servers/sql/postgresql/ext/postgis.nix
+++ b/pkgs/servers/sql/postgresql/ext/postgis.nix
@@ -15,13 +15,13 @@
 }:
 stdenv.mkDerivation rec {
   pname = "postgis";
-  version = "3.2.0";
+  version = "3.2.1";
 
   outputs = [ "out" "doc" ];
 
   src = fetchurl {
     url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz";
-    sha256 = "sha256-ernhVMaUfAz/uPoS1wgGrdmqBg5itshqLiBvnUtQfP0=";
+    sha256 = "sha256-+6to3ebKOTSyS6CMirDP8llPV/k96rQaFcgq4btpiT4=";
   };
 
   buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc ]