Merge pull request #300347 from marsam/update-pgrouting

postgresqlPackages.pgrouting: 3.6.1 -> 3.6.2
This commit is contained in:
Ivan Mincik 2024-03-31 14:24:44 +00:00 committed by GitHub
commit 75e7b2b097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
stdenv.mkDerivation rec {
pname = "pgrouting";
version = "3.6.1";
version = "3.6.2";
nativeBuildInputs = [ cmake perl ];
buildInputs = [ postgresql boost ];
src = fetchFromGitHub {
owner = "pgRouting";
repo = pname;
repo = "pgrouting";
rev = "v${version}";
hash = "sha256-DyrBVGBLUkg0ODuHV3mCkyod2/hEtpZfLSvnrEQObaI=";
hash = "sha256-r+OkhieKTiOfYSnDbiy3p8V8cgb8I1+bneFwItDfDYo=";
};
installPhase = ''