File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 593
593
# The list of exported 'checks' that are run with every run of 'nix
594
594
# flake check'. This is run in the CI system, as well.
595
595
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 ;
598
598
#psql_orioledb_16 = makeCheckHarness basePackages.psql_orioledb_16.bin;
599
599
} ;
600
600
Original file line number Diff line number Diff line change 2
2
3
3
stdenv . mkDerivation rec {
4
4
pname = "pgrouting" ;
5
- version = "3.6.2 " ;
5
+ version = "3.4.1 " ;
6
6
7
7
nativeBuildInputs = [ cmake perl ] ;
8
8
buildInputs = [ postgresql boost ] ;
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
11
11
owner = "pgRouting" ;
12
12
repo = "pgrouting" ;
13
13
rev = "v${ version } " ;
14
- hash = "sha256-r+OkhieKTiOfYSnDbiy3p8V8cgb8I1+bneFwItDfDYo =" ;
14
+ hash = "sha256-QC77AnPGpPQGEWi6JtJdiNsB2su5+aV2pKg5ImR2B0k =" ;
15
15
} ;
16
16
17
17
installPhase = ''
You can’t perform that action at this time.
0 commit comments