Skip to content

Commit

Permalink
lf: 2017-05-15 -> 2017-09-06
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Sep 11, 2017
1 parent 9d608f5 commit 9f4fa73
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-05-15";
version = "2017-09-06";

src = fetchFromGitHub {
owner = "gokcehan";
repo = "lf";
rev = "9962b378a816c2f792dcbfe9e3f58ae16d5969dd"; # nightly
sha256 = "1ln14ma2iajlp9klj4bhrq0y9955rpw9aggvj7hcj1m5yqa0sdqn";
rev = "ae4a29e5501f805fadb115658e83df6744a258b2"; # nightly
sha256 = "099ckbnyk08a716fc5qz7yldalb1p9gn2zn8kqp7bp4adi541hid";
};

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 = "7994c181db7761ca3c67a217068cf31826113f5f"; # master
sha256 = "0ssc54wamn3h8z68kv4fdgvk3kjii95psi2kk0slsilmg5v6jzhj";
rev = "4ed959e0540971545eddb8c75514973d670cf739"; # master
sha256 = "1vx64i1mg660if3wwm81p4b7lzxfb3qbr39i7misdyld3fc486p9";
};
}
{
Expand Down

0 comments on commit 9f4fa73

Please sign in to comment.