Skip to content

Commit 9f84e85

Browse files
committed
chore: revert pgrouting version
1 parent f93feb7 commit 9f84e85

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,8 +593,8 @@
593593
# The list of exported 'checks' that are run with every run of 'nix
594594
# flake check'. This is run in the CI system, as well.
595595
checks = {
596-
psql_15 = makeCheckHarness basePackages.psql_15.bin;
597-
#psql_16 = makeCheckHarness basePackages.psql_16.bin;
596+
#psql_15 = makeCheckHarness basePackages.psql_15.bin;
597+
psql_16 = makeCheckHarness basePackages.psql_16.bin;
598598
#psql_orioledb_16 = makeCheckHarness basePackages.psql_orioledb_16.bin;
599599
};
600600

nix/ext/pgrouting.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
stdenv.mkDerivation rec {
44
pname = "pgrouting";
5-
version = "3.6.2";
5+
version = "3.4.1";
66

77
nativeBuildInputs = [ cmake perl ];
88
buildInputs = [ postgresql boost ];
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
1111
owner = "pgRouting";
1212
repo = "pgrouting";
1313
rev = "v${version}";
14-
hash = "sha256-r+OkhieKTiOfYSnDbiy3p8V8cgb8I1+bneFwItDfDYo=";
14+
hash = "sha256-QC77AnPGpPQGEWi6JtJdiNsB2su5+aV2pKg5ImR2B0k=";
1515
};
1616

1717
installPhase = ''

0 commit comments

Comments
 (0)