gh-dash: 3.14.0 -> 4.0.0

This commit is contained in:
a-kenji
2024-05-24 19:02:02 +02:00
parent dedcf4901b
commit e597be5687
+2 -2
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=";