lf: 40 -> 41 (#486869)

This commit is contained in:
Nick Cao
2026-02-04 21:23:23 +00:00
committed by GitHub
+3 -3
View File
@@ -9,16 +9,16 @@
buildGoModule rec {
pname = "lf";
version = "40";
version = "41";
src = fetchFromGitHub {
owner = "gokcehan";
repo = "lf";
tag = "r${version}";
hash = "sha256-NPbv64ezcuGn6n6qQOCBLeofS08uX9ZWpSXTVpmQr+A=";
hash = "sha256-s9d9nIOSpYeK6WNpbhauAEEv3SSBeJQ+J8ip+IE4LOc=";
};
vendorHash = "sha256-ybcwACun2GrANW47Nny60l8M+L9TZHzD95+qxVJKHpA=";
vendorHash = "sha256-3i6Vp3rhE8R+TGLQE3axxKjVI/3nL+WSqEp7rHtSvNs=";
nativeBuildInputs = [ installShellFiles ];