addlicense: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2023-01-23 18:59:47 +00:00
parent 9d351dcac0
commit 99dc210065

View file

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "addlicense"; pname = "addlicense";
version = "1.1.0"; version = "1.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "google"; owner = "google";
repo = "addlicense"; repo = "addlicense";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Vi+U0b9tTJitStZr1wSotr82Y2gA4IjvHLAa+rwGH/g="; sha256 = "sha256-YMMHj6wctKtJi/rrcMIrLmNw/uvO6wCwokgYRQxcsFw=";
}; };
vendorSha256 = "sha256-2mncc21ecpv17Xp8PA9GIodoaCxNBacbbya/shU8T9Y="; vendorHash = "sha256-2mncc21ecpv17Xp8PA9GIodoaCxNBacbbya/shU8T9Y=";
subPackages = [ "." ]; subPackages = [ "." ];