codeowners: 1.1.1 -> 1.1.2

This commit is contained in:
R. Ryantm 2023-02-07 13:29:43 +00:00
parent 9e22cf8881
commit ecdd2b2310

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "codeowners"; pname = "codeowners";
version = "1.1.1"; version = "1.1.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hmarr"; owner = "hmarr";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-lklKZCDX/e3MZ0ix3A4AIEICPoufBq7SAIULqDXOYDI="; hash = "sha256-bjSlt439Y5hmbxR6s4J37ao+P2tuKNuwqRg872P+MUg=";
}; };
vendorSha256 = "sha256-G+oaX3SXsHJu3lq6n8dLmoRXDAYcFkrYarwePB/MdEU="; vendorHash = "sha256-G+oaX3SXsHJu3lq6n8dLmoRXDAYcFkrYarwePB/MdEU=";
meta = with lib; { meta = with lib; {
description = "A CLI and Go library for Github's CODEOWNERS file"; description = "A CLI and Go library for Github's CODEOWNERS file";