Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 65f58cfaf8fd
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b6539403d737
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on May 20, 2018

  1. lf: 3 -> 4

    primeos committed May 20, 2018
    Copy the full SHA
    b653940 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/tools/misc/lf/default.nix
  2. +2 −2 pkgs/tools/misc/lf/deps.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/lf/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildGoPackage rec {
name = "lf-${version}";
version = "3";
version = "4";

src = fetchFromGitHub {
owner = "gokcehan";
repo = "lf";
rev = "r${version}";
sha256 = "1w4nly8g1p28ixq1vjg7qv07mb1vryys7cf6b7jdb523swra6a97";
sha256 = "0wvx5hhkj3l68xjcr0i5lk623zi3si79hhvwi6mw9s52i43irr31";
};

goPackagePath = "github.com/gokcehan/lf";
4 changes: 2 additions & 2 deletions pkgs/tools/misc/lf/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.