addlicense: 1.0.0 -> unstable-2021-04-22

Instead of carrying unreleased go1.18 patches,
use the latest commit from github.
This commit is contained in:
Romanos Skiadas 2022-06-30 06:54:55 +03:00
parent 2e03101f01
commit 873d7f1f18
2 changed files with 6 additions and 4 deletions

View file

@ -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=";

View file

@ -1011,7 +1011,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 { };