git-codereview: 1.7.0 -> 1.8.0

+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.7.0"; 5 + version = "1.8.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "golang"; 9 9 repo = "review"; 10 10 rev = "v${version}"; 11 - hash = "sha256-vq/rrDOZUn/apHgk6YPnfG7hmKRSapuw49ZyFVMWNqs="; 11 + hash = "sha256-E6KgFSlWa/MKG6R2P+K4T+P/JOqaIfxdWpsSFGHbihg="; 12 12 }; 13 13 14 14 vendorHash = null;