postgis: 2.5.0 -> 2.5.1

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-12-14 16:56:44 -08:00 committed by Franz Pletz
parent 61bd0e851e
commit 4ae47a69de

View File

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