Skip to content

Commit

Permalink
Merge pull request #255851 from r-ryantm/auto-update/go-mockery
Browse files Browse the repository at this point in the history
go-mockery: 2.33.2 -> 2.33.3
  • Loading branch information
NickCao authored Sep 18, 2023
2 parents 7a865d8 + 7f95df9 commit 4c96e13
Showing 1 changed file with 2 additions and 2 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.33.2";
version = "2.33.3";

src = fetchFromGitHub {
owner = "vektra";
repo = "mockery";
rev = "v${version}";
sha256 = "sha256-VhzU/18xLmimhRyEqAEi0+B8uiXJFb+ri/0MuugogzI=";
sha256 = "sha256-ctq4DPlLsV9HCa2Vc+soQJu3DdrTyaHoSN9pZZtk+Mw=";
};

preCheck = ''
Expand Down

0 comments on commit 4c96e13

Please sign in to comment.