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: 111179bd0c7b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b972ea91f49d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 14, 2020

  1. lazygit: 0.20.3 -> 0.20.4

    r-ryantm committed Jun 14, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    primeos Michael Weiss
    Copy the full SHA
    8528ae8 View commit details
  2. Merge pull request #90396 from r-ryantm/auto-update/lazygit

    lazygit: 0.20.3 -> 0.20.4
    Br1ght0ne authored Jun 14, 2020
    Copy the full SHA
    b972ea9 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/lazygit/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/lazygit/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "lazygit";
version = "0.20.3";
version = "0.20.4";

goPackagePath = "github.com/jesseduffield/lazygit";

@@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "1p05lfm74g28ci5575vr22q5db50h19fcvc3lzddp0vyiw570isl";
sha256 = "134f04ybzgghm7ghyxair111aflmkjrbfj0bkxfp1w0a3jm6sfsk";
};

meta = with stdenv.lib; {