Skip to content

Commit

Permalink
codeowners: 0.4.0 -> 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bobby285271 committed Oct 24, 2022
1 parent 22d3714 commit 074da18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/codeowners/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "codeowners";
version = "0.4.0";
version = "1.0.0";

src = fetchFromGitHub {
owner = "hmarr";
repo = pname;
rev = "v${version}";
hash = "sha256-YhGBg7CP5usSyP3ksX3/54M9gCokK2No/fYANUTdJw0=";
hash = "sha256-4/e+EnRI2YfSx10mU7oOZ3JVE4TNEFwD2YJv+C0qBhI=";
};

vendorSha256 = "sha256-no1x+g5MThhWw4eTfP33zoY8TyUtkt60FKsV2hTnYUU=";
vendorSha256 = "sha256-UMLM9grPSmx3nAh1/y7YhMWk12/JcT75/LQvjnLfCyE=";

meta = with lib; {
description = "A CLI and Go library for Github's CODEOWNERS file";
Expand Down

0 comments on commit 074da18

Please sign in to comment.