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

gh-dash: 3.4.0 -> 3.4.1
This commit is contained in:
figsoda 2022-10-01 18:06:11 -04:00 committed by GitHub
commit c2b0164444
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.0";
version = "3.4.1";
src = fetchFromGitHub {
owner = "dlvhdr";
repo = "gh-dash";
rev = "v${version}";
sha256 = "sha256-HVGwq3v+VSViPoxeeXRz4F4iyY+auMkP9BdEombalE8=";
sha256 = "sha256-NGUuUBCoLKyyFdTw7n/PY486JEcrTsed4/iuB9iUTLE=";
};
vendorSha256 = "sha256-BbrHvphTQLvUKanmO4GrNpkT0MSlY7+WMJiyXV7dFB8=";