Loading pkgs/applications/version-management/git-codereview/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/applications/version-management/git-codereview/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading