postgresqlPackages.pgrouting: 3.1.0 -> 3.1.1

https://github.com/pgRouting/pgrouting/releases/tag/v3.1.1
This commit is contained in:
Mario Rodas 2020-11-21 04:20:00 +00:00
parent 3bea940271
commit 0dd8d4d878
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pgrouting"; pname = "pgrouting";
version = "3.1.0"; version = "3.1.1";
nativeBuildInputs = [ cmake perl ]; nativeBuildInputs = [ cmake perl ];
buildInputs = [ postgresql boost ]; buildInputs = [ postgresql boost ];
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "pgRouting"; owner = "pgRouting";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0sdyq0a98snmcq6g6mgmadlz6cgvacivv34943azhnzspa3iy409"; sha256 = "1wj583c4iipsss75czww176aqa8sncsvcx1i0d6cb41v03iq5acf";
}; };
installPhase = '' installPhase = ''
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A PostgreSQL/PostGIS extension that provides geospatial routing functionality"; description = "A PostgreSQL/PostGIS extension that provides geospatial routing functionality";
homepage = "https://pgrouting.org/"; homepage = "https://pgrouting.org/";
changelog = "https://github.com/pgRouting/pgrouting/releases/tag/v${version}";
maintainers = [ maintainers.steve-chavez ]; maintainers = [ maintainers.steve-chavez ];
platforms = postgresql.meta.platforms; platforms = postgresql.meta.platforms;
license = licenses.gpl2; license = licenses.gpl2;