gh-dash: 4.5.4 -> 4.7.0

This commit is contained in:
R. Ryantm 2024-10-03 06:23:19 +00:00
parent 78389c563c
commit ce60744fdc

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "gh-dash";
version = "4.5.4";
version = "4.7.0";
src = fetchFromGitHub {
owner = "dlvhdr";
repo = "gh-dash";
rev = "v${version}";
hash = "sha256-RGl947fWoifw6+YHykL/k7uie5WqZqEAKWK7NZT+Upo=";
hash = "sha256-+tUG+ReP8y6wI4XZsR2Look4LAwK79CZf9fWUgkx4O0=";
};
vendorHash = "sha256-zrHDxMqIzMQ2En8/sZ0BZjKM8JZrDjrRq9eWisSY3N0=";
vendorHash = "sha256-lqmz+6Cr9U5IBoJ5OeSN6HKY/nKSAmszfvifzbxG7NE=";
ldflags = [
"-s"