2022-11-04T02:21:41 go-ethereum 1.10.25 -> 1.10.26 https://repology.org/metapackage/go-ethereum/versions 2022-11-04T02:21:44 attrpath: go-ethereum 2022-11-04T02:21:44 Checking auto update branch... 2022-11-04T02:21:44 No auto update branch exists 2022-11-04T02:21:48 [version] 2022-11-04T02:21:48 [version] generic version rewriter does not support multiple hashes 2022-11-04T02:21:48 [rustCrateVersion] 2022-11-04T02:21:48 [rustCrateVersion] No cargoSha256 found 2022-11-04T02:21:48 [golangModuleVersion] 2022-11-04T02:21:54 [golangModuleVersion] Found old vendorSha256 = sha256-Dj+xN8lr98LJyYr2FwJ7yUIJkUeUrr1fkcbj4hShJI0= 2022-11-04T02:22:06 [golangModuleVersion] Replaced vendorSha256 with sha256-Dj+xN8lr98LJyYr2FwJ7yUIJkUeUrr1fkcbj4hShJI0= 2022-11-04T02:22:55 [golangModuleVersion] Finished updating vendorSha256 2022-11-04T02:22:55 [updateScript] 2022-11-04T02:22:55 [updateScript] skipping because derivation has no updateScript 2022-11-04T02:22:55 2022-11-04T02:22:55 [quotedUrls] 2022-11-04T02:22:55 [quotedUrls] nothing found to replace 2022-11-04T02:22:55 Diff after rewrites: diff --git a/pkgs/applications/blockchains/go-ethereum/default.nix b/pkgs/applications/blockchains/go-ethereum/default.nix index ca8f33bcd5c..915cb938423 100644 --- a/pkgs/applications/blockchains/go-ethereum/default.nix +++ b/pkgs/applications/blockchains/go-ethereum/default.nix @@ -9,13 +9,13 @@ let in buildGoModule rec { pname = "go-ethereum"; - version = "1.10.25"; + version = "1.10.26"; src = fetchFromGitHub { owner = "ethereum"; repo = pname; rev = "v${version}"; - sha256 = "sha256-mnf0kMfQEEQMricZJfyF7ZB/2F1dyPBx9iT2v/rGh1U="; + sha256 = "sha256-eefQEOeKb6gZIJdK9cq20WnhwZE1qbyd8Cl0Hqh2+u8="; }; vendorSha256 = "sha256-Dj+xN8lr98LJyYr2FwJ7yUIJkUeUrr1fkcbj4hShJI0="; @@ -46,7 +46,7 @@ in buildGoModule rec { "cmd/utils" ]; - # Following upstream: https://github.com/ethereum/go-ethereum/blob/v1.10.25/build/ci.go#L218 + # Following upstream: https://github.com/ethereum/go-ethereum/blob/v1.10.26/build/ci.go#L218 tags = [ "urfave_cli_no_docs" ]; # Fix for usb-related segmentation faults on darwin 2022-11-04T02:24:30 Successfully finished processing 2022-11-04T02:24:30 cachix "/nix/store/7z8kbyxav3a3kjhk5alpgsn3d928vsl6-go-ethereum-1.10.26" 2022-11-04T02:34:50 [check][nixpkgs-review] 2022-11-04T02:38:03 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
2022-11-04T02:38:06 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/metapackage/go-ethereum/versions. meta.description for go-ethereum is: "Official golang implementation of the Ethereum protocol" meta.homepage for go-ethereum is: "https://geth.ethereum.org/" meta.changelog for go-ethereum is: "" ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/ethereum/go-ethereum/releases/tag/v1.10.26) - [Compare changes on GitHub](https://github.com/ethereum/go-ethereum/compare/v1.10.25...v1.10.26) ###### Impact
Checks done (click to expand) --- - built on NixOS - Warning: a test defined in `passthru.tests` did not pass - found 1.10.26 in filename of file in /nix/store/7z8kbyxav3a3kjhk5alpgsn3d928vsl6-go-ethereum-1.10.26 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath bee-clef go-ethereum ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/7z8kbyxav3a3kjhk5alpgsn3d928vsl6-go-ethereum-1.10.26 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A go-ethereum https://github.com/r-ryantm/nixpkgs/archive/c57672f7af238ec0c04c2eb717b774ccbaff4c9b.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/7z8kbyxav3a3kjhk5alpgsn3d928vsl6-go-ethereum-1.10.26 ls -la /nix/store/7z8kbyxav3a3kjhk5alpgsn3d928vsl6-go-ethereum-1.10.26/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
--- ###### Maintainer pings cc @adisbladis @RaghavSood for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). 2022-11-04T02:38:07 https://api.github.com/repos/NixOS/nixpkgs/pulls/199445 2022-11-04T07:22:39 go-ethereum 1.10.25 -> 1.10.26 https://github.com/ethereum/go-ethereum/releases 2022-11-04T07:22:41 attrpath: go-ethereum 2022-11-04T07:22:41 Checking auto update branch... 2022-11-04T07:22:41 No auto update branch exists 2022-11-04T07:22:42 Old version 1.10.25" not present in master derivation file with contents: { lib, stdenv, buildGoModule, fetchFromGitHub, libobjc, IOKit, nixosTests }: let # A list of binaries to put into separate outputs bins = [ "geth" "clef" ]; in buildGoModule rec { pname = "go-ethereum"; version = "1.10.26"; src = fetchFromGitHub { owner = "ethereum"; repo = pname; rev = "v${version}"; sha256 = "sha256-eefQEOeKb6gZIJdK9cq20WnhwZE1qbyd8Cl0Hqh2+u8="; }; vendorSha256 = "sha256-Dj+xN8lr98LJyYr2FwJ7yUIJkUeUrr1fkcbj4hShJI0="; doCheck = false; outputs = [ "out" ] ++ bins; # Move binaries to separate outputs and symlink them back to $out postInstall = lib.concatStringsSep "\n" ( builtins.map (bin: "mkdir -p \$${bin}/bin && mv $out/bin/${bin} \$${bin}/bin/ && ln -s \$${bin}/bin/${bin} $out/bin/") bins ); subPackages = [ "cmd/abidump" "cmd/abigen" "cmd/bootnode" "cmd/checkpoint-admin" "cmd/clef" "cmd/devp2p" "cmd/ethkey" "cmd/evm" "cmd/faucet" "cmd/geth" "cmd/p2psim" "cmd/puppeth" "cmd/rlpdump" "cmd/utils" ]; # Following upstream: https://github.com/ethereum/go-ethereum/blob/v1.10.26/build/ci.go#L218 tags = [ "urfave_cli_no_docs" ]; # Fix for usb-related segmentation faults on darwin propagatedBuildInputs = lib.optionals stdenv.isDarwin [ libobjc IOKit ]; passthru.tests = { inherit (nixosTests) geth; }; meta = with lib; { homepage = "https://geth.ethereum.org/"; description = "Official golang implementation of the Ethereum protocol"; license = with licenses; [ lgpl3Plus gpl3Plus ]; maintainers = with maintainers; [ adisbladis RaghavSood ]; }; }