Merge pull request #255147 from SuperSandro2000/go-tools

go-tools: 2023.1.5 -> 2023.1.6
This commit is contained in:
Nick Cao 2023-09-14 16:57:26 -04:00 committed by GitHub
commit b7f3b9916a
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.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" ];