Skip to content

Commit c2e27c6

Browse files
committedMay 26, 2017
lf: 2017-02-04 -> 2017-05-15
1 parent 7596d21 commit c2e27c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎pkgs/tools/misc/lf/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildGoPackage rec {
44
name = "lf-unstable-${version}";
5-
version = "2017-02-04";
5+
version = "2017-05-15";
66

77
src = fetchFromGitHub {
88
owner = "gokcehan";
99
repo = "lf";
10-
rev = "c55c4bf254d59c4e943d5559cd6e062652751e36"; # nightly
11-
sha256 = "0jq85pfhpzdplv083mxbys7pp8igcvhp4daa9dh0yn4xbd8x821d";
10+
rev = "9962b378a816c2f792dcbfe9e3f58ae16d5969dd"; # nightly
11+
sha256 = "1ln14ma2iajlp9klj4bhrq0y9955rpw9aggvj7hcj1m5yqa0sdqn";
1212
};
1313

1414
goPackagePath = "github.com/gokcehan/lf";

‎pkgs/tools/misc/lf/deps.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
fetch = {
55
type = "git";
66
url = "https://github.com/nsf/termbox-go";
7-
rev = "abe82ce5fb7a42fbd6784a5ceb71aff977e09ed8"; # master
8-
sha256 = "156i8apkga8b3272kjhapyqwspgcfkrr9kpqwc5lii43k4swghpv";
7+
rev = "7994c181db7761ca3c67a217068cf31826113f5f"; # master
8+
sha256 = "0ssc54wamn3h8z68kv4fdgvk3kjii95psi2kk0slsilmg5v6jzhj";
99
};
1010
}
1111
{

0 commit comments

Comments
 (0)
Please sign in to comment.