postgresqlPackages.pgrouting: 2.6.2 -> 2.6.3

Changelog: https://github.com/pgRouting/pgrouting/releases/tag/v2.6.3
This commit is contained in:
Mario Rodas 2019-09-13 04:20:00 -05:00
parent faada6275d
commit 7fc606065c
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

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