tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
git-codereview: 1.7.0 -> 1.8.0
R. Ryantm
2 years ago
41c429a5
b4c0c733
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
version-management
git-codereview
default.nix
+2
-2
pkgs/applications/version-management/git-codereview/default.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "git-codereview";
5
5
-
version = "1.7.0";
5
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
11
-
hash = "sha256-vq/rrDOZUn/apHgk6YPnfG7hmKRSapuw49ZyFVMWNqs=";
11
11
+
hash = "sha256-E6KgFSlWa/MKG6R2P+K4T+P/JOqaIfxdWpsSFGHbihg=";
12
12
};
13
13
14
14
vendorHash = null;