Merge pull request #249981 from sumnerevans/go-tools-0.4.5

go-tools: 2023.1.3 -> 2023.1.5
This commit is contained in:
figsoda 2023-08-18 12:38:51 -04:00 committed by GitHub
commit 907a166bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "go-tools";
version = "2023.1.3";
version = "2023.1.5";
src = fetchFromGitHub {
owner = "dominikh";
repo = "go-tools";
rev = version;
sha256 = "sha256-ZgPRUkvokHwMHWQMjQJ3Uprt+lf2CAv1kmpUI93J0Cs=";
sha256 = "sha256-SDVHkB5L8eARNhxiihZIE/GtBQp0QwRHweLKheSgsBE=";
};
vendorHash = "sha256-o9UtS6AMgRYuAkOWdktG2Kr3QDBDQTOGSlya69K2br8=";
vendorHash = "sha256-U0GaArt1R95VIItpfB782SYF7XVIm4BJVVlMZm/zo/g=";
excludedPackages = [ "website" ];