From 77ccd192b3b92b52658b7df5d306b290163e07c7 Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Tue, 4 Jul 2023 08:32:36 +0000 Subject: git-codereview: 1.2.0 -> 1.3.0 --- pkgs/applications/version-management/git-codereview/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/version-management/git-codereview/default.nix b/pkgs/applications/version-management/git-codereview/default.nix index 90dcbdb0dddc3..3c78623d23d30 100644 --- a/pkgs/applications/version-management/git-codereview/default.nix +++ b/pkgs/applications/version-management/git-codereview/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "git-codereview"; - version = "1.2.0"; + version = "1.3.0"; src = fetchFromGitHub { owner = "golang"; repo = "review"; rev = "v${version}"; - sha256 = "sha256-vh2XFzvGEMutlaHKNhpuYdlnNl49zoNPkLYNUA1lWwc="; + hash = "sha256-GZ1qdFjWhEO1fd+G5qWaV7OTUaalBZFbLTrIO58hKOQ="; }; - vendorSha256 = null; + vendorHash = null; ldflags = [ "-s" "-w" ]; -- cgit 1.4.1