gh-dash: 3.2.0 -> 3.3.0

This commit is contained in:
amesgen 2022-09-11 19:03:50 +02:00
parent 324c8aaf25
commit a27f6b1b04
No known key found for this signature in database
GPG Key ID: 1A89EC203635A13D

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "gh-dash";
version = "3.2.0";
version = "3.3.0";
src = fetchFromGitHub {
owner = "dlvhdr";
repo = "gh-dash";
rev = "v${version}";
sha256 = "sha256-y7PJ8BDTiip6cjKQ3CVIcf3LwlGsEj3DHn3EOtCGa4A=";
sha256 = "sha256-fgafubFMYkWEqYVC9aHhheJQO8DnHB9onS1NJ63g74Y=";
};
vendorSha256 = "sha256-Hk/sBUI2XYB+ZHfuGUR3muEzUtVsGR28EkRD1jKg0Ss=";
vendorSha256 = "sha256-BbrHvphTQLvUKanmO4GrNpkT0MSlY7+WMJiyXV7dFB8=";
ldflags = [ "-s" "-w" ];