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

postgresql11Packages.pgrouting: 3.0.1 -> 3.0.2
This commit is contained in:
Mario Rodas 2020-08-06 22:04:36 -05:00 committed by GitHub
commit e54722a041
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.1";
version = "3.0.2";
nativeBuildInputs = [ cmake perl ];
buildInputs = [ postgresql boost ];
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "pgRouting";
repo = pname;
rev = "v${version}";
sha256 = "13dis8yy559lkq54bdn34mllwr2yxwayqh6ff9lyd4f8hpj2ra7c";
sha256 = "10ij3ww0081wc81jzvmkgl8r3qpqp7lcsi9pgn62bqd1c8dw88yg";
};
installPhase = ''