Skip to content

Commit

Permalink
Merge pull request NixOS#255806 from equirosa/lf-31
Browse files Browse the repository at this point in the history
lf: 30 -> 31
  • Loading branch information
dotlambda authored Sep 20, 2023
2 parents 7d1229a + e405a28 commit 01636ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/file-managers/lf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "lf";
version = "30";
version = "31";

src = fetchFromGitHub {
owner = "gokcehan";
repo = "lf";
rev = "r${version}";
hash = "sha256-hlhmnkPm1x7uJMwUM/B02rXLffsXFbkxXYITKD3BERY=";
hash = "sha256-Tuk/4R/gGtSY+4M/+OhQCbhXftZGoxZ0SeLIwYjTLA4=";
};

vendorHash = "sha256-DYReTxH4SHnJERbiE6rOp5XqzN3NRbICt5iNeX8Jgt8=";
vendorHash = "sha256-PVvHrXfMN6ZSWqd5GJ08VaeKaHrFsz6FKdDoe0tk2BE=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 01636ce

Please sign in to comment.