Merge pull request #191661 from r-ryantm/auto-update/gitls

gitls: 1.0.3 -> 1.0.4
This commit is contained in:
figsoda 2022-09-17 15:01:42 -04:00 committed by GitHub
commit 1b995f13b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,16 +7,16 @@
buildGoModule rec { buildGoModule rec {
pname = "gitls"; pname = "gitls";
version = "1.0.3"; version = "1.0.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hahwul"; owner = "hahwul";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-snoWnq+xmaxWzFthhO/gOYQDUMbpIZR9VkqcPaHzS6g="; hash = "sha256-kLkH/nNidd1QNPKvo7fxZwMhTgd4AVB8Ofw0Wo0z6c0=";
}; };
vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo="; vendorSha256 = null;
passthru.tests.version = testers.testVersion { passthru.tests.version = testers.testVersion {
package = gitls; package = gitls;