postgis: 2.4.5 -> 2.5.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/postgis/versions
This commit is contained in:
R. RyanTM 2018-10-13 21:34:47 -07:00
parent 35ce480d69
commit b524b7d087

View File

@ -42,8 +42,8 @@
let
version = "2.4.5";
sha256 = "0saxj3w7j9yb9sa1ig3ccxvh2pk0bj47hp7m6199p1a1fpfjgrrg";
version = "2.5.0";
sha256 = "1m9n1shhqhjrhbq6fd9fyfccxcgpng37s3lffhlmyrp98zbsnwxy";
in stdenv.mkDerivation rec {
name = "postgis-${version}";