gh-dash: 3.9.0 -> 3.10.0
This commit is contained in:
parent
636a8bd32c
commit
5f6bb0440f
1 changed files with 4 additions and 4 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "gh-dash";
|
||||
version = "3.9.0";
|
||||
version = "3.10.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dlvhdr";
|
||||
repo = "gh-dash";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-QaKrn/22wrRCMJLzCVRnxBRxAhnUBjkESSRg4YQCHoc=";
|
||||
hash = "sha256-ypYM/FXp+BObR2fjVCV8nDJhRuuu2Y7213haAJnzRIE=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-lOIONv+7cUUC0mGCwYkOkDn3zHreYpFeqmTbp2Ob3yM=";
|
||||
|
@ -29,9 +29,9 @@ buildGoModule rec {
|
|||
};
|
||||
|
||||
meta = {
|
||||
description = "gh extension to display a dashboard with pull requests and issues";
|
||||
homepage = "https://github.com/dlvhdr/gh-dash";
|
||||
changelog = "https://github.com/dlvhdr/gh-dash/releases/tag/${src.rev}";
|
||||
description = "Github Cli extension to display a dashboard with pull requests and issues";
|
||||
homepage = "https://github.com/dlvhdr/gh-dash";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ amesgen ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue