mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +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 {
|
buildGoModule rec {
|
||||||
pname = "go-tools";
|
pname = "go-tools";
|
||||||
version = "2023.1.5";
|
version = "2023.1.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dominikh";
|
owner = "dominikh";
|
||||||
repo = "go-tools";
|
repo = "go-tools";
|
||||||
rev = version;
|
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" ];
|
excludedPackages = [ "website" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user