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

Commits on Sep 11, 2019

  1. lazydocker: 0.7 -> 0.7.4

    rvolosatovs committed Sep 11, 2019
    Copy the full SHA
    8d7f620 View commit details
  2. Merge pull request #68460 from rvolosatovs/update/lazydocker

    lazydocker: 0.7 -> 0.7.4
    Mic92 authored Sep 11, 2019
    Copy the full SHA
    9aaebb8 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/misc/lazydocker/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/misc/lazydocker/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "lazydocker";
version = "0.7";
version = "0.7.4";

src = fetchFromGitHub {
owner = "jesseduffield";
repo = "lazydocker";
rev = "v${version}";
sha256 = "0vai88g31yf55988paqzs7fqlxgi0ydrsgszzjig9ai3x9c52xim";
sha256 = "03l6gs4p9p8g0ai6wqg9024rp0pd13m0b9y3sy1ww5afwxb82br6";
};

modSha256 = "1iin1m6s9xxdskvj6jy2jwlqrsrm432ld13cpa28hpx7pylx61ij";
modSha256 = "1hzrin8dfsfnxpc37szc1449s235w0dr24albswz06fjnl4bbs5y";

subPackages = [ "." ];