Merge pull request #143817 from marsam/update-lf

This commit is contained in:
Sandro 2021-10-31 23:27:26 +01:00 committed by GitHub
commit 767947fcd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "lf"; pname = "lf";
version = "25"; version = "26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gokcehan"; owner = "gokcehan";
repo = "lf"; repo = "lf";
rev = "r${version}"; rev = "r${version}";
sha256 = "sha256-5/OfEWgtB9R3XRJ16ponf+bBVGAXkqPq8IlB8+zyjAQ="; sha256 = "0a2kybaajpmhlq708fsdyyab388lkmz17gfn0qcv352i2d4lli0s";
}; };
vendorSha256 = "sha256-ujQh4aE++K/fn3PJqkAbTtwRyJPSI9TJQ1DvwLF9etU="; vendorSha256 = "sha256-ujQh4aE++K/fn3PJqkAbTtwRyJPSI9TJQ1DvwLF9etU=";
@ -20,7 +20,7 @@ buildGoModule rec {
postInstall = '' postInstall = ''
install -D --mode=444 lf.desktop $out/share/applications/lf.desktop install -D --mode=444 lf.desktop $out/share/applications/lf.desktop
installManPage lf.1 installManPage lf.1
installShellCompletion etc/lf.{zsh,fish} installShellCompletion etc/lf.{bash,zsh,fish}
''; '';
meta = with lib; { meta = with lib; {