Merge pull request #286429 from r-ryantm/auto-update/git-codereview

git-codereview: 1.8.0 -> 1.9.0

authored by Nick Cao and committed by GitHub b4a4cb4a 1ad2c395

+2 -2
+2 -2
pkgs/applications/version-management/git-codereview/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "git-codereview"; 5 - version = "1.8.0"; 5 + version = "1.9.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "golang"; 9 9 repo = "review"; 10 10 rev = "v${version}"; 11 - hash = "sha256-E6KgFSlWa/MKG6R2P+K4T+P/JOqaIfxdWpsSFGHbihg="; 11 + hash = "sha256-Nnjo4MwkpFp1OTJZ+eeiJKboBGiRW520iWcJbu8cBnE="; 12 12 }; 13 13 14 14 vendorHash = null;