Merge pull request #217415 from r-ryantm/auto-update/go-tools

go-tools: 2023.1 -> 2023.1.2
This commit is contained in:
Weijia Wang 2023-02-21 16:17:49 +02:00 committed by GitHub
commit 440d07872f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "go-tools";
version = "2023.1";
version = "2023.1.2";
src = fetchFromGitHub {
owner = "dominikh";
repo = "go-tools";
rev = version;
sha256 = "sha256-RzYaaiDu78JVM8G0zJzlZcyCd+1V9KZIyIIyVib0yZc=";
sha256 = "sha256-Xnylkv0n3FExQ4e4pmD6DAUqGtud80wHHoVY56UXfOU=";
};
vendorHash = "sha256-o9UtS6AMgRYuAkOWdktG2Kr3QDBDQTOGSlya69K2br8=";