File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "github.com/spf13/cobra"
99)
1010
11- const version = "1.2.0 "
11+ const version = "1.2.1 "
1212
1313// rootCmd represents the root CLI command object which all other commands stem from.
1414var rootCmd = & cobra.Command {
Original file line number Diff line number Diff line change 1515 packages = {
1616 medusa = pkgs . buildGoModule {
1717 pname = "medusa" ;
18- version = "1.2.0 " ;
18+ version = "1.2.1 " ;
1919 src = ./. ;
20- vendorHash = "sha256-YGmXDn/sFOM/vEPpDRJwl275wz9DLe/aGNL104Qnjww =" ;
20+ vendorHash = "sha256-utOYL3f4+cpTBHqeuWtd07K1ytLR5cUaZ1hsTEcjpBQ =" ;
2121 nativeBuildInputs = [
2222 crytic . packages . ${ system } . crytic-compile
2323 crytic . packages . ${ system } . slither
Original file line number Diff line number Diff line change @@ -90,5 +90,3 @@ require (
9090 gopkg.in/yaml.v3 v3.0.1 // indirect
9191 rsc.io/tmplfunc v0.0.3 // indirect
9292)
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