gh-dash: 3.3.0 -> 3.4.0

This commit is contained in:
amesgen 2022-09-28 01:36:05 +02:00 committed by Matthieu Coudron
parent 937a6f90c4
commit dd48646181

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gh-dash";
version = "3.3.0";
version = "3.4.0";
src = fetchFromGitHub {
owner = "dlvhdr";
repo = "gh-dash";
rev = "v${version}";
sha256 = "sha256-fgafubFMYkWEqYVC9aHhheJQO8DnHB9onS1NJ63g74Y=";
sha256 = "sha256-HVGwq3v+VSViPoxeeXRz4F4iyY+auMkP9BdEombalE8=";
};
vendorSha256 = "sha256-BbrHvphTQLvUKanmO4GrNpkT0MSlY7+WMJiyXV7dFB8=";