postgresql11Packages.pgrouting: 3.0.2 -> 3.1.0

This commit is contained in:
R. RyanTM 2020-08-27 05:03:35 +00:00 committed by Peter Simons
parent 7697e835a0
commit 0924b7a598

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "pgrouting";
version = "3.0.2";
version = "3.1.0";
nativeBuildInputs = [ cmake perl ];
buildInputs = [ postgresql boost ];
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "pgRouting";
repo = pname;
rev = "v${version}";
sha256 = "10ij3ww0081wc81jzvmkgl8r3qpqp7lcsi9pgn62bqd1c8dw88yg";
sha256 = "0sdyq0a98snmcq6g6mgmadlz6cgvacivv34943azhnzspa3iy409";
};
installPhase = ''