3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #42112 from dywedir/lf

lf: 4 -> 5
This commit is contained in:
Pascal Wittmann 2018-06-17 12:23:49 +02:00 committed by GitHub
commit dfed2a1323
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

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

View file

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