File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 8
8
"github.com/spf13/cobra"
9
9
)
10
10
11
- const version = "1.2.0 "
11
+ const version = "1.2.1 "
12
12
13
13
// rootCmd represents the root CLI command object which all other commands stem from.
14
14
var rootCmd = & cobra.Command {
Original file line number Diff line number Diff line change 15
15
packages = {
16
16
medusa = pkgs . buildGoModule {
17
17
pname = "medusa" ;
18
- version = "1.2.0 " ;
18
+ version = "1.2.1 " ;
19
19
src = ./. ;
20
- vendorHash = "sha256-YGmXDn/sFOM/vEPpDRJwl275wz9DLe/aGNL104Qnjww =" ;
20
+ vendorHash = "sha256-utOYL3f4+cpTBHqeuWtd07K1ytLR5cUaZ1hsTEcjpBQ =" ;
21
21
nativeBuildInputs = [
22
22
crytic . packages . ${ system } . crytic-compile
23
23
crytic . packages . ${ system } . slither
Original file line number Diff line number Diff line change @@ -90,5 +90,3 @@ require (
90
90
gopkg.in/yaml.v3 v3.0.1 // indirect
91
91
rsc.io/tmplfunc v0.0.3 // indirect
92
92
)
93
-
94
- replace github.com/ethereum/go-ethereum => github.com/crytic/medusa-geth v0.0.0-20250202002730-6e6ee9a60299
You can’t perform that action at this time.
0 commit comments