File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ CURL := curl --silent --location
9
9
10
10
OWNER := ledger
11
11
REPO := ledger
12
- LATEST := $(shell curl -sqI -w '% {redirect_url}\n' -o /dev/null https://github.com/$(OWNER ) /$(REPO ) /releases/latest | rev | cut -d/ -f1 | rev )
12
+ LATEST := $(shell curl -sqI -w '% {redirect_url}\n' -o /dev/null https://github.com/$(OWNER ) /$(REPO ) /releases/latest | awk -F/ '{print $$NF}' )
13
13
14
14
HOST := https://raw.githubusercontent.com
15
15
ledger3.texi_repopath := $(OWNER ) /$(REPO ) /$(LATEST ) /doc
Original file line number Diff line number Diff line change 13
13
let
14
14
pkgs = import nixpkgs { inherit system ; } ;
15
15
gems = with pkgs ; bundlerEnv {
16
- name = "ledger.github.io" ;
16
+ name = "ledger.github.io-gems " ;
17
17
inherit ruby ;
18
18
gemdir = ./. ;
19
19
} ;
24
24
name = "ledger.github.io" ;
25
25
src = self ;
26
26
27
- nativeBuildInputs = with pkgs ; [ gems ruby ] ;
27
+ phases = [ "unpackPhase" "buildPhase" "installPhase" ] ;
28
+
29
+ nativeBuildInputs = with pkgs ; [ gems ruby node ] ;
28
30
29
31
buildPhase = ''
30
32
runHook preBuild
Original file line number Diff line number Diff line change 5
5
platforms = [ ] ;
6
6
source = {
7
7
remotes = [ "https://rubygems.org" ] ;
8
- sha256 = "0dmywys50074vj5rivpx188b00qimlc4jn84xzqlialrgp3ckq5f " ;
8
+ sha256 = "15m0b1im6i401ab51vzr7f8nk8kys1qa0snnl741y3sir3xd07jp " ;
9
9
type = "gem" ;
10
10
} ;
11
- version = "7.0.4.2 " ;
11
+ version = "7.0.4.3 " ;
12
12
} ;
13
13
addressable = {
14
14
dependencies = [ "public_suffix" ] ;
278
278
platforms = [ ] ;
279
279
source = {
280
280
remotes = [ "https://rubygems.org" ] ;
281
- sha256 = "1kjy67qajw4rnkbjs5jyk7kc3lyhz5613fwj1i8f6ppdk4zampy0 " ;
281
+ sha256 = "0ic7i5z88zcaqnpzprf7saimq2f6sad57g5mkkqsrqrcd6h3mx06 " ;
282
282
type = "gem" ;
283
283
} ;
284
- version = "5.17 .0" ;
284
+ version = "5.18 .0" ;
285
285
} ;
286
286
padrino-helpers = {
287
287
dependencies = [ "i18n" "padrino-support" "tilt" ] ;
You can’t perform that action at this time.
0 commit comments