go-tools: 2022.1.2 -> 2023.1

This commit is contained in:
R. Ryantm 2023-02-05 00:22:53 +00:00
parent 524b2a6525
commit b885da109d

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "go-tools";
version = "2022.1.2";
version = "2023.1";
src = fetchFromGitHub {
owner = "dominikh";
repo = "go-tools";
rev = version;
sha256 = "sha256-pfZv/GZxb7weD+JFGCOknhRCsx8g5puQfpY9lZ4v6Rs=";
sha256 = "sha256-RzYaaiDu78JVM8G0zJzlZcyCd+1V9KZIyIIyVib0yZc=";
};
vendorSha256 = "sha256-19uLCtKuuZoVwC4SUKvYGWi2ryqAQbcKXY1iNjIqyn8=";
vendorHash = "sha256-o9UtS6AMgRYuAkOWdktG2Kr3QDBDQTOGSlya69K2br8=";
excludedPackages = [ "website" ];