gh-dash: 3.9.0 -> 3.10.0

This commit is contained in:
Pol Dellaiera 2023-07-29 20:50:30 +02:00
parent 636a8bd32c
commit 5f6bb0440f
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -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 ];
};