Skip to content

Commit

Permalink
Problem: latest sdk requires a minimum version of go 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Dec 31, 2024
1 parent acbe290 commit a40d2c5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/evmos/ethermint

go 1.23.1
go 1.23.3

require (
cosmossdk.io/api v0.7.6
Expand Down
4 changes: 2 additions & 2 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sources.nixpkgs {
go-ethereum = pkgs.callPackage ./go-ethereum.nix {
inherit (pkgs.darwin) libobjc;
inherit (pkgs.darwin.apple_sdk.frameworks) IOKit;
buildGoModule = pkgs.buildGo121Module;
buildGoModule = pkgs.buildGo122Module;
};
}) # update to a version that supports eip-1559
(import "${sources.poetry2nix}/overlay.nix")
Expand All @@ -24,7 +24,7 @@ import sources.nixpkgs {
})
(_: pkgs: { test-env = pkgs.callPackage ./testenv.nix { }; })
(_: pkgs: {
cosmovisor = pkgs.buildGo121Module rec {
cosmovisor = pkgs.buildGo122Module rec {
name = "cosmovisor";
src = sources.cosmos-sdk + "/cosmovisor";
subPackages = [ "./cmd/cosmovisor" ];
Expand Down
16 changes: 8 additions & 8 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,27 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
"branch": "release-24.05",
"branch": "release-24.11",
"description": "Nix Packages collection",
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "911e6111c71bc861769597f66aadcdc080c2db1e",
"sha256": "09zdp4av5kycq6pvi9ixd0vpx5wx3m5cw0gak87svgkzw9r85152",
"rev": "774de138c389aa3b99760e445d9523c3ac57debe",
"sha256": "1zwb8qpgifnbqjqwx8m1ri6jlhv92hf5hyfnfvgdjil4wgxqysba",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/911e6111c71bc861769597f66aadcdc080c2db1e.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/774de138c389aa3b99760e445d9523c3ac57debe.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"poetry2nix": {
"branch": "master",
"description": "Convert poetry projects to nix automagically [maintainer=@adisbladis] ",
"homepage": "",
"owner": "nix-community",
"owner": "mmsqe",
"repo": "poetry2nix",
"rev": "4eb2ac54029af42a001c9901194e9ce19cbd8a40",
"sha256": "16fi71fpywiqsya1z99kkb14dansyrmkkrb2clzs3b5qqx673wf4",
"rev": "7b3eed7d8355fb0404da03964cb6c680912a9e4f",
"sha256": "03c0r1riw8zmc7m485vdsn91r8bgvhh41l7ci72zgpwlpk7dq546",
"type": "tarball",
"url": "https://github.com/nix-community/poetry2nix/archive/4eb2ac54029af42a001c9901194e9ce19cbd8a40.tar.gz",
"url": "https://github.com/mmsqe/poetry2nix/archive/7b3eed7d8355fb0404da03964cb6c680912a9e4f.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"flake-compat": {
Expand Down

0 comments on commit a40d2c5

Please sign in to comment.