postgis: 2.4.4 -> 2.4.5 (#46979)

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-09-28 14:32:47 -07:00 committed by xeji
parent 6535a39ef9
commit ef25489db4

View file

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