Skip to content

Commit

Permalink
lf: 2017-10-30 -> 2018-01-11
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Jan 11, 2018
1 parent dddcd10 commit e4cad91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/lf/default.nix
Expand Up @@ -2,13 +2,13 @@

buildGoPackage rec {
name = "lf-unstable-${version}";
version = "2017-10-30";
version = "2018-01-11";

src = fetchFromGitHub {
owner = "gokcehan";
repo = "lf";
rev = "3f7bd0a62d1a243562e182d9051ebb54f3414aaa"; # nightly
sha256 = "0g6wf4j3dfy3yfkby3wlqajryv4kffqvhljq2q0x482fsrl4vipz";
rev = "58538c802044a3a2590ebe4979f3c85d807ea2d9"; # nightly
sha256 = "0xp5accliwz1d0nbsc6cnsv38czcfqn5nyxfndkpw8jkh8w2pm9p";
};

goPackagePath = "github.com/gokcehan/lf";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/tools/misc/lf/deps.nix
Expand Up @@ -4,8 +4,8 @@
fetch = {
type = "git";
url = "https://github.com/nsf/termbox-go";
rev = "10cefba34bc5e7a6e5df0836a42513c28a10e074"; # master
sha256 = "05jy6dpva2a1xfsv3yajavbx41gx8hhh5k3k901dnk0118hnyd0w";
rev = "aa4a75b1c20a2b03751b1a9f7e41d58bd6f71c43"; # master
sha256 = "1xfd0mq6jkq55dx14nksyyfc66qla7cz0xxscpw07b25qmww9518";
};
}
{
Expand Down

0 comments on commit e4cad91

Please sign in to comment.