Merge pull request #48374 from r-ryantm/auto-update/postgis

postgis: 2.4.5 -> 2.5.0
This commit is contained in:
Jörg Thalheim 2018-10-16 00:19:59 +01:00 committed by GitHub
commit f1f270a874
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}";