postgresql11Packages.pgrouting: 3.0.2 -> 3.1.0

This commit is contained in:
R. RyanTM 2020-08-27 05:03:35 +00:00
parent 5bd2c3719a
commit 8c86aafbfe
1 changed files with 2 additions and 2 deletions

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 = ''