1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-28 08:31:59 +00:00

lf: 24 -> 25

https://github.com/gokcehan/lf/releases/tag/r25
This commit is contained in:
Robert Schütz 2021-10-14 21:24:41 -07:00
parent f2a619bcca
commit a1b1eec141

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lf";
version = "24";
version = "25";
src = fetchFromGitHub {
owner = "gokcehan";
repo = "lf";
rev = "r${version}";
sha256 = "0nc7vfkaxxl2a201wnbz74an3siz8cjwrfylx17v6al5n93vxip0";
sha256 = "sha256-5/OfEWgtB9R3XRJ16ponf+bBVGAXkqPq8IlB8+zyjAQ=";
};
vendorSha256 = "sha256-ujQh4aE++K/fn3PJqkAbTtwRyJPSI9TJQ1DvwLF9etU=";