about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-11-12 05:29:48 +0200
committerGitHub <noreply@github.com>2023-11-12 05:29:48 +0200
commit67c0a676dd5e9998beb12d4f79ec44d676181802 (patch)
tree02769bd0ea7f139e934b6d3f73f798819319f04f
parent15a25222ba66250caf3cff7d0303737d4970763a (diff)
parent41c429a5609bbaf643107925774e79359435a565 (diff)
Merge pull request #265703 from r-ryantm/auto-update/git-codereview
git-codereview: 1.7.0 -> 1.8.0
-rw-r--r--pkgs/applications/version-management/git-codereview/default.nix4
1 files 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 07813b849f716..4cd4c68673a72 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.7.0";
+  version = "1.8.0";
 
   src = fetchFromGitHub {
     owner = "golang";
     repo = "review";
     rev = "v${version}";
-    hash = "sha256-vq/rrDOZUn/apHgk6YPnfG7hmKRSapuw49ZyFVMWNqs=";
+    hash = "sha256-E6KgFSlWa/MKG6R2P+K4T+P/JOqaIfxdWpsSFGHbihg=";
   };
 
   vendorHash = null;