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
+3 -3
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";