3
0
Fork 0
forked from mirrors/nixpkgs

gh-dash: 3.5.1 -> 3.6.0

This commit is contained in:
R. Ryantm 2023-01-18 20:07:37 +00:00
parent f46ee73ba6
commit 259703abb8

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "gh-dash";
version = "3.5.1";
version = "3.6.0";
src = fetchFromGitHub {
owner = "dlvhdr";
repo = "gh-dash";
rev = "v${version}";
sha256 = "sha256-MGdo145qdm/uOiVJfuxy1vblgJjPGQWf3i58xpAWIkQ=";
sha256 = "sha256-pQd41uQdfkbqIjdUIwUnKS/Qso495Ips8P2CXPd8JRU=";
};
vendorSha256 = "sha256-66GxD48fCWUWMyZ3GiivWNtz0mgI4JHMcvNwHGFTRfU=";
vendorHash = "sha256-66GxD48fCWUWMyZ3GiivWNtz0mgI4JHMcvNwHGFTRfU=";
ldflags = [ "-s" "-w" ];