lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #212293 from r-ryantm/auto-update/addlicense

addlicense: 1.1.0 -> 1.1.1

authored by

figsoda and committed by
GitHub
130844da cfb180c2

+3 -3
+3 -3
pkgs/tools/misc/addlicense/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "addlicense"; 8 - version = "1.1.0"; 8 + version = "1.1.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "google"; 12 12 repo = "addlicense"; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-Vi+U0b9tTJitStZr1wSotr82Y2gA4IjvHLAa+rwGH/g="; 14 + sha256 = "sha256-YMMHj6wctKtJi/rrcMIrLmNw/uvO6wCwokgYRQxcsFw="; 15 15 }; 16 16 17 - vendorSha256 = "sha256-2mncc21ecpv17Xp8PA9GIodoaCxNBacbbya/shU8T9Y="; 17 + vendorHash = "sha256-2mncc21ecpv17Xp8PA9GIodoaCxNBacbbya/shU8T9Y="; 18 18 19 19 subPackages = [ "." ]; 20 20