lf: 2017-02-04 -> 2017-05-15

This commit is contained in:
Michael Weiss 2017-05-26 13:59:57 +02:00
parent 7596d21f69
commit c2e27c60b0
2 changed files with 5 additions and 5 deletions

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
name = "lf-unstable-${version}";
version = "2017-02-04";
version = "2017-05-15";
src = fetchFromGitHub {
owner = "gokcehan";
repo = "lf";
rev = "c55c4bf254d59c4e943d5559cd6e062652751e36"; # nightly
sha256 = "0jq85pfhpzdplv083mxbys7pp8igcvhp4daa9dh0yn4xbd8x821d";
rev = "9962b378a816c2f792dcbfe9e3f58ae16d5969dd"; # nightly
sha256 = "1ln14ma2iajlp9klj4bhrq0y9955rpw9aggvj7hcj1m5yqa0sdqn";
};
goPackagePath = "github.com/gokcehan/lf";

View file

@ -4,8 +4,8 @@
fetch = {
type = "git";
url = "https://github.com/nsf/termbox-go";
rev = "abe82ce5fb7a42fbd6784a5ceb71aff977e09ed8"; # master
sha256 = "156i8apkga8b3272kjhapyqwspgcfkrr9kpqwc5lii43k4swghpv";
rev = "7994c181db7761ca3c67a217068cf31826113f5f"; # master
sha256 = "0ssc54wamn3h8z68kv4fdgvk3kjii95psi2kk0slsilmg5v6jzhj";
};
}
{