Merge pull request #96431 from r-ryantm/auto-update/pgrouting

postgresql11Packages.pgrouting: 3.0.2 -> 3.1.0
This commit is contained in:
Ryan Mulligan 2020-08-27 13:58:01 -07:00 committed by GitHub
commit d68d500235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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