erigon 2.50.0 -> 2.50.1 https://github.com/ledgerwatch/erigon/releases attrpath: erigon Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mhi2i18sb8qc12yrjgry0w715d0m3ivv-packages.json.drv building '/nix/store/mhi2i18sb8qc12yrjgry0w715d0m3ivv-packages.json.drv'... Going to be running update for following packages: - erigon-2.50.0 Press Enter key to continue... Running update for: - erigon-2.50.0: UPDATING ... - erigon-2.50.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/blockchains/erigon/default.nix b/pkgs/applications/blockchains/erigon/default.nix index 7fc27555bcfe..630ae3b77dd8 100644 --- a/pkgs/applications/blockchains/erigon/default.nix +++ b/pkgs/applications/blockchains/erigon/default.nix @@ -2,7 +2,7 @@ let pname = "erigon"; - version = "2.50.0"; + version = "2.51.0"; in buildGoModule { inherit pname version; @@ -11,11 +11,11 @@ buildGoModule { owner = "ledgerwatch"; repo = pname; rev = "v${version}"; - hash = "sha256-gZ01nmxzXRK8YRwnl5qGkU6dqBYKPUkNZmbClwgsuL0="; + hash = "sha256-C+QXHGUCtTjQTFF4x6uhXRQkmeMzbqLB3CGCckV6BVE="; fetchSubmodules = true; }; - vendorHash = "sha256-4s5dXTfYlgzYQ2h30F6kxEF626iKYFRoZlNXeFDbn8s="; + vendorHash = "sha256-Y03ZrjNxDp2RhcxySk/N/4c8q23ESWU8xNSnXRJEBtI="; proxyVendor = true; # Build errors in mdbx when format hardening is enabled: No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A erigon nix build failed. go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/godbus/dbus/v5 v5.1.0 go: downloading github.com/opencontainers/runtime-spec v1.1.0 go: downloading github.com/bits-and-blooms/bitset v1.7.0 go: downloading github.com/consensys/bavard v0.1.13 go: downloading github.com/mmcloughlin/addchain v0.4.0 go: downloading rsc.io/tmplfunc v0.0.3 go: downloading modernc.org/libc v1.24.1 go: downloading modernc.org/mathutil v1.6.0 go: downloading modernc.org/memory v1.7.2 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec Building subPackage ./cmd/evm Building subPackage ./cmd/rpcdaemon Building subPackage ./cmd/rlpdump buildPhase completed in 1 minutes 21 seconds @nix { "action": "setPhase", "phase": "checkPhase" } running tests ? github.com/ledgerwatch/erigon/cmd/erigon [no test files] go: downloading github.com/docker/docker v1.6.2 panic: mkdir /homeless-shelter: permission denied goroutine 1 [running]: github.com/ledgerwatch/erigon-lib/common/dir.MustExist(...) /build/source/erigon-lib/common/dir/rw_dir.go:28 github.com/ledgerwatch/erigon-lib/common/datadir.New({0xc000ce91d0, 0x25}) /build/source/erigon-lib/common/datadir/dirs.go:74 +0x86e github.com/ledgerwatch/erigon/node/nodecfg.init() /build/source/node/nodecfg/defaults.go:43 +0x33 FAIL github.com/ledgerwatch/erigon/cmd/evm 0.157s FAIL