mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
lf: 25 -> 26
This commit is contained in:
parent
823e4d6a78
commit
bcbb7d97dc
@ -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; {
|
||||||
|
Loading…
Reference in New Issue
Block a user