Skip to content

Commit 7e3066e

Browse files
committed
nix: Update protobuf & mockery to latest version
Also run `nix flake update` to get general package updates
1 parent fa1f457 commit 7e3066e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/go-mockery.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22

33
buildGoModule rec {
44
pname = "go-mockery";
5-
version = "2.9.4";
5+
version = "2.12.3";
66

77
src = fetchFromGitHub {
88
owner = "vektra";
99
repo = "mockery";
1010
rev = "v${version}";
11-
sha256 = "sha256-y3pbhEqBeOU9DgzowYRH5UcOMOJpWIVgbbA5GlHqH+s=";
11+
sha256 = "sha256-3SF8vNYG0PrZhP3zcn9mV85ByQtGDumUcxglf35/eD0";
1212
};
1313

1414
buildFlagsArray = ''
1515
-ldflags=
1616
-s -w -X github.com/vektra/mockery/v2/pkg/config.SemVer=${version}
1717
'';
1818

19-
modSha256 = "sha256-//V3ia3YP1hPgC1ipScURZ5uXU4A2keoG6dGuwaPBcA=";
20-
vendorSha256 = "sha256-//V3ia3YP1hPgC1ipScURZ5uXU4A2keoG6dGuwaPBcA=";
19+
modSha256 = "sha256-/ha6DCJ+vSOmfFJ+rjN6rfQ3GHZF19OQnmHjYRtSY2g=";
20+
vendorSha256 = "sha256-/ha6DCJ+vSOmfFJ+rjN6rfQ3GHZF19OQnmHjYRtSY2g=";
2121

2222
subPackages = ["."];
2323
}

nix/overlay.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
final: prev: rec {
22
# This is the pinned protoc version we have for this project.
3-
protobufPin = prev.protobuf3_15;
3+
protobufPin = prev.protobuf3_19;
44

55
ruby = final.ruby_2_7;
66

0 commit comments

Comments
 (0)