lf: 3 -> 4

This commit is contained in:
Michael Weiss 2018-05-20 22:16:01 +02:00
parent 65f58cfaf8
commit b6539403d7
2 changed files with 4 additions and 4 deletions

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
name = "lf-${version}";
version = "3";
version = "4";
src = fetchFromGitHub {
owner = "gokcehan";
repo = "lf";
rev = "r${version}";
sha256 = "1w4nly8g1p28ixq1vjg7qv07mb1vryys7cf6b7jdb523swra6a97";
sha256 = "0wvx5hhkj3l68xjcr0i5lk623zi3si79hhvwi6mw9s52i43irr31";
};
goPackagePath = "github.com/gokcehan/lf";

View file

@ -4,8 +4,8 @@
fetch = {
type = "git";
url = "https://github.com/nsf/termbox-go";
rev = "7cbfaac9e282b3ea0cefeddc67b2c3ed3aaf97bc"; # master
sha256 = "0pb5p8q2x31aqs307lla75mm1a01mr2qyqxsfqix1pgwg16xbad8";
rev = "21a4d435a86280a2927985fd6296de56cbce453e"; # master
sha256 = "0afbb0nr9rqzlpg5n7dg070w5scdvckyzyy525mhndp8phhzwpg7";
};
}
{