Loading pkgs/applications/blockchains/erigon/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ let pname = "erigon"; version = "2.40.1"; version = "2.42.0"; in buildGoModule { inherit pname version; Loading @@ -11,11 +11,11 @@ buildGoModule { owner = "ledgerwatch"; repo = pname; rev = "v${version}"; sha256 = "sha256-iuJ/iajZiqKBP4hgrwt8KKkWEdYa+idpai/aWpCOjQw="; sha256 = "sha256-M2u8/WKo1yZu27KjTJhJFqycCxCopJqtVQpIs9inswI="; fetchSubmodules = true; }; vendorSha256 = "sha256-0xHu7uvk7kRxyLXGvrT9U8vgfZPrs7Rmg2lFH49YOSI="; vendorSha256 = "sha256-Vyurf4wSN4zSDjcH8FC+OOiviiSjRVF4RId/eqFDd+c="; proxyVendor = true; # Build errors in mdbx when format hardening is enabled: Loading Loading
pkgs/applications/blockchains/erigon/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ let pname = "erigon"; version = "2.40.1"; version = "2.42.0"; in buildGoModule { inherit pname version; Loading @@ -11,11 +11,11 @@ buildGoModule { owner = "ledgerwatch"; repo = pname; rev = "v${version}"; sha256 = "sha256-iuJ/iajZiqKBP4hgrwt8KKkWEdYa+idpai/aWpCOjQw="; sha256 = "sha256-M2u8/WKo1yZu27KjTJhJFqycCxCopJqtVQpIs9inswI="; fetchSubmodules = true; }; vendorSha256 = "sha256-0xHu7uvk7kRxyLXGvrT9U8vgfZPrs7Rmg2lFH49YOSI="; vendorSha256 = "sha256-Vyurf4wSN4zSDjcH8FC+OOiviiSjRVF4RId/eqFDd+c="; proxyVendor = true; # Build errors in mdbx when format hardening is enabled: Loading