We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3738d commit b0705bcCopy full SHA for b0705bc
pkgs/tools/misc/lf/default.nix
@@ -2,13 +2,13 @@
2
3
buildGoModule rec {
4
pname = "lf";
5
- version = "15";
+ version = "16";
6
7
src = fetchFromGitHub {
8
owner = "gokcehan";
9
repo = "lf";
10
rev = "r${version}";
11
- sha256 = "1fjwkng6fnbl6dlicbxj0z92hl9xggni5zfi3nsxn3fa6rmzbiay";
+ sha256 = "174h6xnm3amayf0wfiai16m8qnkx54h5zy4rs7j3yzycd7sirs5b";
12
};
13
14
vendorSha256 = "10na3jzvln353ygcvbhj4243yr83skw5zf3r2n8p6d7i83i86c8w";
0 commit comments