File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 99 if len == 0 then [ ] else final . lib . lists . take ( len - 1 ) l ++ [ newVal ] ;
1010in
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
You can’t perform that action at this time.
0 commit comments