postgresql11Packages.pgrouting: 2.6.3 -> 3.0.0

This commit is contained in:
R. RyanTM 2020-05-23 05:03:07 +00:00
parent 5de1e307f2
commit 6aefe6c171

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "pgrouting";
version = "2.6.3";
version = "3.0.0";
nativeBuildInputs = [ cmake perl ];
buildInputs = [ postgresql boost gmp cgal mpfr ];
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "pgRouting";
repo = pname;
rev = "v${version}";
sha256 = "0jdjb8476vjgc7i26v2drcqjvhdbsk1wx243fddffg169nb664ml";
sha256 = "101lyhhfcv3chrp2h5q04l155hr6wvx427cv1kgd4ryzk88wxx5i";
};
installPhase = ''