Merge pull request #314329 from a-kenji/update/gh-dash

gh-dash: 3.14.0 -> 4.0.0
This commit is contained in:
Marcus Ramberg 2024-05-25 00:25:54 +02:00 committed by GitHub
commit 45fa2baa2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gh-dash";
version = "3.14.0";
version = "4.0.0";
src = fetchFromGitHub {
owner = "dlvhdr";
repo = "gh-dash";
rev = "v${version}";
hash = "sha256-6YPUGOQ2KBfu+3XAgub9Cpz0QBrU2kV+gq13tUtzY+w=";
hash = "sha256-mF7n4nrsKyp46U4jar+ioUKwpaETiDt4Ol/5DZrjvCs=";
};
vendorHash = "sha256-jCf9FWAhZK5hTzyy8N4r5dfUYTgESmsn8iKxCccgWiM=";