gh-dash: 3.4.1 -> 3.4.2

This commit is contained in:
R. Ryantm 2022-10-10 04:16:42 +00:00
parent 6671991400
commit ec61061048

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=";