Merge pull request #321742 from amesgen/gh-dash-4.2.0

gh-dash: 4.1.2 -> 4.2.0
This commit is contained in:
Pol Dellaiera 2024-06-22 14:58:33 +02:00 committed by GitHub
commit 09dc39f239
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 = "4.1.2";
version = "4.2.0";
src = fetchFromGitHub {
owner = "dlvhdr";
repo = "gh-dash";
rev = "v${version}";
hash = "sha256-crMlld0Lrfy/MPjQd071azRpvdII8aC2nbSRxBxYu+U=";
hash = "sha256-9aXGNLaNXzDGJVTAXhOPt8XNxnWUpmiXCa60jsIUja8=";
};
vendorHash = "sha256-JOd2czYWVgE1jBfeuoVRp+oE/asyk50o5Pf021jD5mY=";
@ -21,7 +21,7 @@ buildGoModule rec {
ldflags = [
"-s"
"-w"
"-X github.com/dlvhdr/gh-dash/cmd.Version=${version}"
"-X github.com/dlvhdr/gh-dash/v4/cmd.Version=${version}"
];
passthru.tests = {