git-codereview: 1.0.3 -> 1.2.0

This commit is contained in:
R. Ryantm 2022-11-08 17:01:41 +00:00 committed by Bobby Rong
parent b12c8f258d
commit 62a2b9de2b

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "git-codereview"; pname = "git-codereview";
version = "1.0.3"; version = "1.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "golang"; owner = "golang";
repo = "review"; repo = "review";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Hyo2UWGlxxeSz3E73DeA0VoOnBJ1VedvpshnATJGbFo="; sha256 = "sha256-vh2XFzvGEMutlaHKNhpuYdlnNl49zoNPkLYNUA1lWwc=";
}; };
vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo="; vendorSha256 = null;
ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ];