File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
buildGoPackage rec {
4
4
name = "lf-unstable-${ version } " ;
5
- version = "2017-02-04 " ;
5
+ version = "2017-05-15 " ;
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "gokcehan" ;
9
9
repo = "lf" ;
10
- rev = "c55c4bf254d59c4e943d5559cd6e062652751e36 " ; # nightly
11
- sha256 = "0jq85pfhpzdplv083mxbys7pp8igcvhp4daa9dh0yn4xbd8x821d " ;
10
+ rev = "9962b378a816c2f792dcbfe9e3f58ae16d5969dd " ; # nightly
11
+ sha256 = "1ln14ma2iajlp9klj4bhrq0y9955rpw9aggvj7hcj1m5yqa0sdqn " ;
12
12
} ;
13
13
14
14
goPackagePath = "github.com/gokcehan/lf" ;
Original file line number Diff line number Diff line change 4
4
fetch = {
5
5
type = "git" ;
6
6
url = "https://github.com/nsf/termbox-go" ;
7
- rev = "abe82ce5fb7a42fbd6784a5ceb71aff977e09ed8 " ; # master
8
- sha256 = "156i8apkga8b3272kjhapyqwspgcfkrr9kpqwc5lii43k4swghpv " ;
7
+ rev = "7994c181db7761ca3c67a217068cf31826113f5f " ; # master
8
+ sha256 = "0ssc54wamn3h8z68kv4fdgvk3kjii95psi2kk0slsilmg5v6jzhj " ;
9
9
} ;
10
10
}
11
11
{
You can’t perform that action at this time.
0 commit comments