mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
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:
parent
52351762b7
commit
32c54441c3
@ -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" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user