lf: 23 -> 24

This commit is contained in:
Eduardo Quiros 2021-06-19 21:12:10 -06:00
parent f2122ea581
commit eea1f9c48e
No known key found for this signature in database
GPG key ID: B77F36C3F12720B4

View file

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