Merge pull request #195319 from r-ryantm/auto-update/gh-dash

gh-dash: 3.4.1 -> 3.4.2
This commit is contained in:
figsoda 2022-10-10 09:30:01 -04:00 committed by GitHub
commit abf0c51335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gh-dash";
version = "3.4.1";
version = "3.4.2";
src = fetchFromGitHub {
owner = "dlvhdr";
repo = "gh-dash";
rev = "v${version}";
sha256 = "sha256-NGUuUBCoLKyyFdTw7n/PY486JEcrTsed4/iuB9iUTLE=";
sha256 = "sha256-MiVscWYq2Y9EaupSYbTA9bsToLoIVhHCNE2Kj0GpkPw=";
};
vendorSha256 = "sha256-BbrHvphTQLvUKanmO4GrNpkT0MSlY7+WMJiyXV7dFB8=";