impl: 1.2.0 -> 1.3.0

Diff: https://github.com/josharian/impl/compare/v1.2.0...v1.3.0
This commit is contained in:
Abin Simon 2024-03-27 09:48:38 +05:30
parent 1b4adc1773
commit 1824b0d65d
1 changed files with 3 additions and 7 deletions

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";