Skip to content

Commit a98142d

Browse files
committed
update nix
1 parent 42e92a0 commit a98142d

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

gomod2nix.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ schema = 3
312312
version = "v0.2.2"
313313
hash = "sha256-0MLfSJKdeK3Z7tWAXTdzwB4091dmyxIX38S5SKH5QAw="
314314
[mod."github.com/evmos/ethermint"]
315-
version = "v0.22.1-0.20251208051817-9f5d1db3246d"
316-
hash = "sha256-hB9qvklny56AP8MltiAQGhSx79SI68dj3l0ITXulSt0="
315+
version = "v0.22.1-0.20251210080935-9a1a449c16db"
316+
hash = "sha256-vQSzciBZQkWt9YvE3Aap23vVDwbjJJwY0myl+yYnous="
317317
replaced = "github.com/crypto-org-chain/ethermint"
318318
[mod."github.com/fatih/color"]
319319
version = "v1.17.0"

nix/build_overlay.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ let
99
if len == 0 then [ ] else final.lib.lists.take (len - 1) l ++ [ newVal ];
1010
in
1111
{
12-
# Override go_1_24 to create go_1_25, inheriting Windows platform support
13-
# See: https://github.com/crypto-org-chain/chain-main/pull/1220
14-
go_1_25 = super.go_1_24.overrideAttrs (old: rec {
15-
version = "1.25.0";
16-
src = final.fetchurl {
17-
url = "https://go.dev/dl/go${version}.src.tar.gz";
18-
hash = "sha256-S9AekSlyB7+kUOpA1NWpOxtTGl5DhHOyoG4Y4HciciU=";
19-
};
20-
});
2112
rocksdb = final.callPackage ./rocksdb.nix { };
2213
golangci-lint = final.callPackage ./golangci-lint.nix { };
2314

0 commit comments

Comments
 (0)