summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-30 22:29:36 -0500
committerGitHub <noreply@github.com>2021-01-30 22:29:36 -0500
commita34e53796ce59ffd6840898875e1262e3b3261c3 (patch)
treefab91979a4380bbacb5ca16768ed6d71b704ab16
parent6717246373541f92ac8d044c6ad1224700686a47 (diff)
parentada45d2a9bb354998a9dfa54b453e277094a0d43 (diff)
Merge pull request #111379 from r-ryantm/auto-update/pgrouting
postgresql11Packages.pgrouting: 3.1.2 -> 3.1.3
-rw-r--r--pkgs/servers/sql/postgresql/ext/pgrouting.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/sql/postgresql/ext/pgrouting.nix b/pkgs/servers/sql/postgresql/ext/pgrouting.nix
index 6604b52cfd3d..67e7fc5bc461 100644
--- a/pkgs/servers/sql/postgresql/ext/pgrouting.nix
+++ b/pkgs/servers/sql/postgresql/ext/pgrouting.nix
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "pgrouting";
- version = "3.1.2";
+ version = "3.1.3";
nativeBuildInputs = [ cmake perl ];
buildInputs = [ postgresql boost ];
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "pgRouting";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-9M8Hug+znihViHC/57aPyc7Zgbeb1H8a/iVCfAG/Am8=";
+ sha256 = "sha256-ahDQ+nSTeIsdjID/ZwiGZCVBzOf0/oQs3SYsFYEEoxY=";
};
installPhase = ''
@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/pgRouting/pgrouting/releases/tag/v${version}";
maintainers = [ maintainers.steve-chavez ];
platforms = postgresql.meta.platforms;
- license = licenses.gpl2;
+ license = licenses.gpl2Plus;
};
}