git-codereview: 1.12.0 -> 1.13.0 (#361366)

authored by Nick Cao and committed by GitHub 322f2e45 19e3a49d

+2 -2
+2 -2
pkgs/by-name/gi/git-codereview/package.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "git-codereview"; 5 - version = "1.12.0"; 5 + version = "1.13.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "golang"; 9 9 repo = "review"; 10 10 rev = "v${version}"; 11 - hash = "sha256-s3Re+LD3B8TAjamOSu66AfhaiIdcBoTjxEWxHEWSLPA="; 11 + hash = "sha256-sERk+06UHsixMVx6oLfrIG/U+PEqTuP0wGcK540Fetk="; 12 12 }; 13 13 14 14 vendorHash = null;