lf: 8 -> 9

This commit is contained in:
Michael Weiss 2019-01-31 20:58:17 +01:00
parent 7239ffcc3c
commit 6190c120a6
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83
2 changed files with 6 additions and 6 deletions

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
name = "lf-${version}";
version = "8";
version = "9";
src = fetchFromGitHub {
owner = "gokcehan";
repo = "lf";
rev = "r${version}";
sha256 = "0rmcac9wx9lldl57m1cim1adf2fqkva1yi4v6934jgccqhlqvk58";
sha256 = "08dwnlgw1dcnd2hl5ma6qqzcyjn9wjp28mjbnidyvc5dmmxc87dq";
};
goPackagePath = "github.com/gokcehan/lf";

View file

@ -4,8 +4,8 @@
fetch = {
type = "git";
url = "https://github.com/nsf/termbox-go";
rev = "b66b20ab708e289ff1eb3e218478302e6aec28ce"; # master
sha256 = "0wrgnwfdxrspni5q15vzr5q1bxnzb7m6q4xjhllcyddgn2zqprsa";
rev = "02980233997d87bbda048393d47b4d453f7a398d"; # master
sha256 = "1zxysi00bk7bv5ka6vn9dnzk5q9wjp0252cm3v6l2hbrcx7405zw";
};
}
{
@ -13,8 +13,8 @@
fetch = {
type = "git";
url = "https://github.com/mattn/go-runewidth";
rev = "ce7b0b5c7b45a81508558cd1dba6bb1e4ddb51bb"; # v0.0.3
sha256 = "0lc39b6xrxv7h3v3y1kgz49cgi5qxwlygs715aam6ba35m48yi7g";
rev = "3ee7d812e62a0804a7d0a324e0249ca2db3476d3"; # v0.0.4
sha256 = "00b3ssm7wiqln3k54z2wcnxr3k3c7m1ybyhb9h8ixzbzspld0qzs";
};
}
]