Skip to content

Commit c542d21

Browse files
r-ryantmJon
authored andcommitted
mockgen: 1.4.3 -> 1.4.4
1 parent 38724d8 commit c542d21

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/development/tools/mockgen/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{ buildGoModule, lib, fetchFromGitHub }:
22
buildGoModule rec {
33
pname = "mockgen";
4-
version = "1.4.3";
4+
version = "1.4.4";
55
src = fetchFromGitHub {
66
owner = "golang";
77
repo = "mock";
88
rev = "v${version}";
9-
sha256 = "1p37xnja1dgq5ykx24n7wincwz2gahjh71b95p8vpw7ss2g8j8wx";
9+
sha256 = "1lj0dvd6div4jaq1s0afpwqaq9ah8cxhkq93wii2ably1xmp2l0a";
1010
};
11-
vendorSha256 = "1kpiij3pimwv3gn28rbrdvlw9q5c76lzw6zpa12q6pgck76acdw4";
11+
vendorSha256 = "1md4cg1zzhc276sc7i2v0xvg5pf6gzy0n9ga2g1lx3d572igq1wy";
1212
subPackages = [ "mockgen" ];
1313

1414
meta = with lib; {

0 commit comments

Comments
 (0)