Skip to content

Commit

Permalink
lf: 2017-09-06 -> 2017-10-30
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Oct 31, 2017
1 parent 8e93531 commit 8e91f4e
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-09-06";
version = "2017-10-30";

src = fetchFromGitHub {
owner = "gokcehan";
repo = "lf";
rev = "ae4a29e5501f805fadb115658e83df6744a258b2"; # nightly
sha256 = "099ckbnyk08a716fc5qz7yldalb1p9gn2zn8kqp7bp4adi541hid";
rev = "3f7bd0a62d1a243562e182d9051ebb54f3414aaa"; # nightly
sha256 = "0g6wf4j3dfy3yfkby3wlqajryv4kffqvhljq2q0x482fsrl4vipz";
};

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 = "4ed959e0540971545eddb8c75514973d670cf739"; # master
sha256 = "1vx64i1mg660if3wwm81p4b7lzxfb3qbr39i7misdyld3fc486p9";
rev = "10cefba34bc5e7a6e5df0836a42513c28a10e074"; # master
sha256 = "05jy6dpva2a1xfsv3yajavbx41gx8hhh5k3k901dnk0118hnyd0w";
};
}
{
Expand Down

0 comments on commit 8e91f4e

Please sign in to comment.