Merge pull request #299406 from meain/update-impl

impl: 1.2.0 -> 1.3.0
This commit is contained in:
kirillrdy 2024-03-27 16:52:35 +11:00 committed by GitHub
commit 91cdc9f453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,20 +2,16 @@
buildGoModule rec {
pname = "impl";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "josharian";
repo = "impl";
rev = "v${version}";
hash = "sha256-BqRoLh0MpNQgY9OHHRBbegWGsq3Y4wOqg94rWvex76I=";
hash = "sha256-a9jAoZp/wVnTyaE4l2yWSf5aSxXEtqN6SoxU68XhRhk=";
};
vendorHash = "sha256-+5+CM5iGV54zRa7rJoQDBWrO98icNxlAv8JwATynanY=";
preCheck = ''
export GOROOT="$(go env GOROOT)"
'';
vendorHash = "sha256-vTqDoM/LK5SHkayLKYig+tCrXLelOoILmQGCxlTWHog=";
meta = with lib; {
description = "Generate method stubs for implementing an interface";