From 4e8a99f7addbc6179c151adaafb7132a38b531d6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 16 Jul 2023 22:34:13 +0000 Subject: git-codereview: 1.3.0 -> 1.4.0 --- pkgs/applications/version-management/git-codereview/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/version-management/git-codereview/default.nix b/pkgs/applications/version-management/git-codereview/default.nix index 3c78623d23d..e2d5c0e005a 100644 --- a/pkgs/applications/version-management/git-codereview/default.nix +++ b/pkgs/applications/version-management/git-codereview/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "git-codereview"; - version = "1.3.0"; + version = "1.4.0"; src = fetchFromGitHub { owner = "golang"; repo = "review"; rev = "v${version}"; - hash = "sha256-GZ1qdFjWhEO1fd+G5qWaV7OTUaalBZFbLTrIO58hKOQ="; + hash = "sha256-N6L+TlPU/lStMPTFYKFH2GiwyGkEJJuKtkH7wKLuM00="; }; vendorHash = null; -- cgit 1.4.1