Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

lf: 25 -> 26

+3 -3
+3 -3
pkgs/tools/misc/lf/default.nix
··· 2 3 buildGoModule rec { 4 pname = "lf"; 5 - version = "25"; 6 7 src = fetchFromGitHub { 8 owner = "gokcehan"; 9 repo = "lf"; 10 rev = "r${version}"; 11 - sha256 = "sha256-5/OfEWgtB9R3XRJ16ponf+bBVGAXkqPq8IlB8+zyjAQ="; 12 }; 13 14 vendorSha256 = "sha256-ujQh4aE++K/fn3PJqkAbTtwRyJPSI9TJQ1DvwLF9etU="; ··· 20 postInstall = '' 21 install -D --mode=444 lf.desktop $out/share/applications/lf.desktop 22 installManPage lf.1 23 - installShellCompletion etc/lf.{zsh,fish} 24 ''; 25 26 meta = with lib; {
··· 2 3 buildGoModule rec { 4 pname = "lf"; 5 + version = "26"; 6 7 src = fetchFromGitHub { 8 owner = "gokcehan"; 9 repo = "lf"; 10 rev = "r${version}"; 11 + sha256 = "0a2kybaajpmhlq708fsdyyab388lkmz17gfn0qcv352i2d4lli0s"; 12 }; 13 14 vendorSha256 = "sha256-ujQh4aE++K/fn3PJqkAbTtwRyJPSI9TJQ1DvwLF9etU="; ··· 20 postInstall = '' 21 install -D --mode=444 lf.desktop $out/share/applications/lf.desktop 22 installManPage lf.1 23 + installShellCompletion etc/lf.{bash,zsh,fish} 24 ''; 25 26 meta = with lib; {