Unverified Commit 3e40af10 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #179666 from rski/addlicense-118

addlicense: 1.0.0 -> unstable-2021-04-22
parents 1625f646 873d7f1f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "addlicense";
  version = "1.0.0";
  version = "unstable-2021-04-22";

  src = fetchFromGitHub {
    owner = "google";
    repo = "addlicense";
    rev = "v${version}";
    sha256 = "sha256-Nv7Az3TDtd1P/QWjH92otSV9rIrc2l/mTbGUXhODi7Q=";
    rev = "13e73a7f8fcb5696256b6a7b7addabf1070ad4b9";
    sha256 = "sha256-UiJaTWCBup/Ub9NZIvkb67TvcUllV/AmYAKVO4egRqc=";
  };

  vendorSha256 = "sha256-2mncc21ecpv17Xp8PA9GIodoaCxNBacbbya/shU8T9Y=";
+3 −1
Original line number Diff line number Diff line
@@ -1015,7 +1015,9 @@ with pkgs;
  addic7ed-cli = callPackage ../tools/misc/addic7ed-cli { };
  addlicense = callPackage ../tools/misc/addlicense { };
  addlicense = callPackage ../tools/misc/addlicense {
    buildGoModule = buildGo118Module;
  };
  adenum  = callPackage ../tools/security/adenum { };