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

postgresql11Packages.pgrouting: 3.3.2 -> 3.4.2
This commit is contained in:
Mario Rodas
2023-01-03 07:31:19 -05:00
committed by GitHub
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "pgrouting";
version = "3.3.2";
version = "3.4.2";
nativeBuildInputs = [ cmake perl ];
buildInputs = [ postgresql boost ];
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "pgRouting";
repo = pname;
rev = "v${version}";
sha256 = "sha256-H7h+eiH02qLscpiZ8yV5ofL7upeqRBXNQDGYS86f3og=";
sha256 = "sha256-By3XX4ow5+OdvpLlpozZe3674VSehO9T96pQtJy5y6g=";
};
installPhase = ''