go-tools: 2023.1.5 -> 2023.1.6

Diff: https://github.com/dominikh/go-tools/compare/2023.1.5...2023.1.6
This commit is contained in:
Sandro Jäckel 2023-09-14 18:43:21 +02:00
parent 52351762b7
commit 32c54441c3
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "go-tools";
version = "2023.1.5";
version = "2023.1.6";
src = fetchFromGitHub {
owner = "dominikh";
repo = "go-tools";
rev = version;
sha256 = "sha256-SDVHkB5L8eARNhxiihZIE/GtBQp0QwRHweLKheSgsBE=";
sha256 = "sha256-Ecp3A3Go7mp8/ghMjTGqCNlRkCeEAb3fzRuwahWcM2I=";
};
vendorHash = "sha256-U0GaArt1R95VIItpfB782SYF7XVIm4BJVVlMZm/zo/g=";
vendorHash = "sha256-dUO2Iw+RYk8s+3IV2/TSKjaX61YkD/AROq3177r+wKE=";
excludedPackages = [ "website" ];