Skip to content

Commit

Permalink
go-minimock: 3.1.3 -> 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 8, 2024
1 parent d865557 commit e5a95fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/go-minimock/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

buildGoModule rec {
pname = "go-minimock";
version = "3.1.3";
version = "3.3.6";

src = fetchFromGitHub {
owner = "gojuno";
repo = "minimock";
rev = "v${version}";
sha256 = "sha256-6n5FOHTfsLYqnhlDO3etMnrypeOElmwdvoFQb3aSBts=";
sha256 = "sha256-ru3+MJ1GbzVDi6niiz7SpL0qa9mE89uhcH5/PHbVugE=";
};

ldflags = [
"-s" "-w" "-X main.version=${version}"
];

vendorHash = "sha256-fiSU2NB9rWIPQLdnui5CB5VcadTVUg2JaO3ma7DAYqo=";
vendorHash = "sha256-eCM/EDdXZSa+pg35V6YiZ5gaC4rj8Wt8HhCgaMPoP+Y=";

doCheck = true;

Expand Down

0 comments on commit e5a95fa

Please sign in to comment.