gh-dash: 4.0.0 -> 4.1.2

This commit is contained in:
R. Ryantm 2024-06-06 01:01:08 +00:00
parent 8b79deb9af
commit a07c73bb8d

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "gh-dash";
version = "4.0.0";
version = "4.1.2";
src = fetchFromGitHub {
owner = "dlvhdr";
repo = "gh-dash";
rev = "v${version}";
hash = "sha256-mF7n4nrsKyp46U4jar+ioUKwpaETiDt4Ol/5DZrjvCs=";
hash = "sha256-crMlld0Lrfy/MPjQd071azRpvdII8aC2nbSRxBxYu+U=";
};
vendorHash = "sha256-jCf9FWAhZK5hTzyy8N4r5dfUYTgESmsn8iKxCccgWiM=";
vendorHash = "sha256-JOd2czYWVgE1jBfeuoVRp+oE/asyk50o5Pf021jD5mY=";
ldflags = [
"-s"