gh-dash: 4.7.1 -> 4.7.3

Signed-off-by: Marcus Ramberg <marcus@means.no>
This commit is contained in:
Marcus Ramberg 2024-11-19 08:40:46 +01:00
parent d903a3ee64
commit 91012254f9
No known key found for this signature in database

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gh-dash";
version = "4.7.1";
version = "4.7.3";
src = fetchFromGitHub {
owner = "dlvhdr";
repo = "gh-dash";
rev = "v${version}";
hash = "sha256-q/p7WDbJU27+m/4HVQJ7zRo0r1A0FkV21gJqHJYHHBE=";
hash = "sha256-QDqGsVgY3Je1VgQVobDhNkVjrCyvMNEdghXc0ny+yyo=";
};
vendorHash = "sha256-lqmz+6Cr9U5IBoJ5OeSN6HKY/nKSAmszfvifzbxG7NE=";