postgresqlPackages.pgrouting: 3.6.1 -> 3.6.2

Diff: https://github.com/pgRouting/pgrouting/compare/v3.6.1...v3.6.2

Changelog: https://github.com/pgRouting/pgrouting/releases/tag/v3.6.2
This commit is contained in:
Mario Rodas
2024-03-30 04:20:00 +00:00
parent 4a660d5bb2
commit ce8a906462
@@ -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 = ''