Skip to content

Commit

Permalink
go-mockery: 2.14.1 -> 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieupost committed Dec 6, 2022
1 parent 65e8c06 commit baefb0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/go-mockery/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "go-mockery";
version = "2.14.1";
version = "2.15.0";

src = fetchFromGitHub {
owner = "vektra";
repo = "mockery";
rev = "v${version}";
sha256 = "sha256-FgDjuiBFzOaT8GlJYI7xNfxC9uhyZtBAIBFXZgW0BDU=";
sha256 = "sha256-RowVdrpUQdoxgJCrg9rzaF/7ZA09SKzjsVrzQb5wzR8=";
};

preCheck = ''
Expand Down
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25698,9 +25698,7 @@ with pkgs;

go-migrate = callPackage ../development/tools/go-migrate { };

go-mockery = callPackage ../development/tools/go-mockery {
buildGoModule = buildGo118Module; # tests fail with 1.19
};
go-mockery = callPackage ../development/tools/go-mockery { };

gomacro = callPackage ../development/tools/gomacro { };

Expand Down

0 comments on commit baefb0b

Please sign in to comment.