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

Commits on Nov 19, 2018

  1. lego: 1.0.1 -> 1.2.1

    Izorkin committed Nov 19, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    Mic92 Jörg Thalheim
    Copy the full SHA
    851da4b View commit details

Commits on Nov 21, 2018

  1. Merge pull request #50767 from Izorkin/lego

    lego: 1.0.1 -> 1.2.1
    c0bw3b authored Nov 21, 2018
    Copy the full SHA
    fda41e8 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/admin/lego/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/admin/lego/default.nix
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@

buildGoPackage rec {
name = "lego-${version}";
version = "1.0.1";
version = "1.2.1";
rev = "v${version}";

src = fetchFromGitHub {
inherit rev;
owner = "xenolf";
repo = "lego";
sha256 = "1l9winhqwid8ac8il303qkhsn0v5h7zhlklviszfi1rjal38ipiz";
sha256 = "1b2cv78v54afflz3gfyidkwzq7r2h5j45rmz0ybps03pr0hs4gk3";
};

goPackagePath = "github.com/xenolf/lego";