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

Commits on Jan 29, 2021

  1. lego: 4.1.3 -> 4.2.0

    r-ryantm committed Jan 29, 2021
    Copy the full SHA
    ebcdd9b View commit details
  2. Merge pull request #111119 from r-ryantm/auto-update/lego

    lego: 4.1.3 -> 4.2.0
    flokli authored Jan 29, 2021
    Copy the full SHA
    7944650 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/admin/lego/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/admin/lego/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "lego";
version = "4.1.3";
version = "4.2.0";

src = fetchFromGitHub {
owner = "go-acme";
repo = pname;
rev = "v${version}";
sha256 = "05fy6826n449adlglwi8s31km4yhd8hbd9yml8k204cb81w00zyk";
sha256 = "sha256-S9I6b9+FngX0/W5t3EHG+H1ULsZKoQw1/S4HnSITYG0=";
};

vendorSha256 = "0p2pibid2d761whfk7zgq230lyqi2f0wmfvxqkjzrd1sba40r9bp";
vendorSha256 = "sha256-dVGSMPhAvN/kWgv3XHS+lOZdcbDNL44ELkv7fHAJWlI=";

doCheck = false;