File tree 3 files changed +11
-11
lines changed 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
buildGoModule rec {
4
4
pname = "go-mockery" ;
5
- version = "2.9.4 " ;
5
+ version = "2.12.3 " ;
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "vektra" ;
9
9
repo = "mockery" ;
10
10
rev = "v${ version } " ;
11
- sha256 = "sha256-y3pbhEqBeOU9DgzowYRH5UcOMOJpWIVgbbA5GlHqH+s= " ;
11
+ sha256 = "sha256-3SF8vNYG0PrZhP3zcn9mV85ByQtGDumUcxglf35/eD0 " ;
12
12
} ;
13
13
14
14
buildFlagsArray = ''
15
15
-ldflags=
16
16
-s -w -X github.com/vektra/mockery/v2/pkg/config.SemVer=${ version }
17
17
'' ;
18
18
19
- modSha256 = "sha256-//V3ia3YP1hPgC1ipScURZ5uXU4A2keoG6dGuwaPBcA =" ;
20
- vendorSha256 = "sha256-//V3ia3YP1hPgC1ipScURZ5uXU4A2keoG6dGuwaPBcA =" ;
19
+ modSha256 = "sha256-/ha6DCJ+vSOmfFJ+rjN6rfQ3GHZF19OQnmHjYRtSY2g =" ;
20
+ vendorSha256 = "sha256-/ha6DCJ+vSOmfFJ+rjN6rfQ3GHZF19OQnmHjYRtSY2g =" ;
21
21
22
22
subPackages = [ "." ] ;
23
23
}
Original file line number Diff line number Diff line change 1
1
final : prev : rec {
2
2
# This is the pinned protoc version we have for this project.
3
- protobufPin = prev . protobuf3_15 ;
3
+ protobufPin = prev . protobuf3_19 ;
4
4
5
5
ruby = final . ruby_2_7 ;
6
6
You can’t perform that action at this time.
0 commit comments