nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

codeowners: 1.1.2 -> 1.2.1

+3 -3
+3 -3
pkgs/development/tools/codeowners/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "codeowners"; 5 - version = "1.1.2"; 5 + version = "1.2.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "hmarr"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-bjSlt439Y5hmbxR6s4J37ao+P2tuKNuwqRg872P+MUg="; 11 + hash = "sha256-PMT3ihxCD4TNgTZOD4KB9Od1djIhnlMa8zuD6t1OieU="; 12 12 }; 13 13 14 - vendorHash = "sha256-G+oaX3SXsHJu3lq6n8dLmoRXDAYcFkrYarwePB/MdEU="; 14 + vendorHash = "sha256-CpGlw4xe+gg2IRov9Atd8Z7XbXs1zkIYxvBVpsY/gxg="; 15 15 16 16 meta = with lib; { 17 17 description = "CLI and Go library for Github's CODEOWNERS file";