Skip to content

Commit ef1f31d

Browse files
authored
Fix go install installation (#609)
* Remove leftover replace This is no longer used * Bump version to 1.2.1
1 parent 4ea8356 commit ef1f31d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Diff for: cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
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.
1414
var rootCmd = &cobra.Command{

Diff for: flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
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

Diff for: go.mod

-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)