Merge pull request #224156 from marsam/update-pgrouting

postgresqlPackages.pgrouting: 3.4.2 -> 3.5.0
This commit is contained in:
Mario Rodas 2023-03-31 22:55:50 -05:00 committed by GitHub
commit e2c5260d00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "pgrouting";
version = "3.4.2";
version = "3.5.0";
nativeBuildInputs = [ cmake perl ];
buildInputs = [ postgresql boost ];
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "pgRouting";
repo = pname;
rev = "v${version}";
sha256 = "sha256-By3XX4ow5+OdvpLlpozZe3674VSehO9T96pQtJy5y6g=";
sha256 = "sha256-6ckNKfun2A4WARhN6/hxPWAi8o+qGlrdYSDVQC9sKR0=";
};
installPhase = ''