Skip to content

Commit

Permalink
go-mockery: 2.46.3 -> 2.50.0 (NixOS#363304)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 18, 2024
2 parents fff17d2 + 0b6183d commit a0f55b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/go/go-mockery/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "go-mockery";
version = "2.46.3";
version = "2.50.0";

src = fetchFromGitHub {
owner = "vektra";
repo = "mockery";
rev = "v${version}";
sha256 = "sha256-KgQ5EV7tnIZGmM8vrP7Sed2jm7ghgORCgkFR9TOXx6Y=";
sha256 = "sha256-u60wwGqLMD8mh2yFZmNi36hT1rnL8VKnKzbtczvFFFI=";
};

preCheck = ''
Expand All @@ -24,7 +24,7 @@ buildGoModule rec {
CGO_ENABLED = false;

proxyVendor = true;
vendorHash = "sha256-fxh0WaopHKHuOjXXYNmO30/jB1zwtf5HhhtRGnCl7fM=";
vendorHash = "sha256-z1ceS+LO6d7T264pw2BLadw804aGRISyrKW/dr4fZHA=";

subPackages = [ "." ];

Expand Down

0 comments on commit a0f55b7

Please sign in to comment.