secp256k1 0.4.0 -> 0.4.1 https://github.com/bitcoin-core/secp256k1/releases attrpath: secp256k1 Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/security/secp256k1/default.nix b/pkgs/tools/security/secp256k1/default.nix index 1af6812cfc99..5494f8f26c24 100644 --- a/pkgs/tools/security/secp256k1/default.nix +++ b/pkgs/tools/security/secp256k1/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "secp256k1"; - version = "0.4.0"; + version = "0.4.1"; src = fetchFromGitHub { owner = "bitcoin-core"; repo = "secp256k1"; rev = "refs/tags/v${version}"; - sha256 = "sha256-KNEOEwxeCQybFdUFfItEF5KoZ/fZ/mahFU1LSlRyHZE="; + sha256 = "sha256-atq34GnWkSkWTWxZP4PCSF3hIjGFhQ534E+WUtLRkiM="; }; nativeBuildInputs = [ autoreconfHook ]; Successfully finished processing cachix "/nix/store/hmnmssjwwim6h2d1fhh7q2ln9pyr2mdf-secp256k1-0.4.1" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages failed to build:
33 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/bitcoin-core/secp256k1/releases. meta.description for secp256k1 is: Optimized C library for EC operations on curve secp256k1 meta.homepage for secp256k1 is: https://github.com/bitcoin-core/secp256k1 ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.4.1 with grep in /nix/store/hmnmssjwwim6h2d1fhh7q2ln9pyr2mdf-secp256k1-0.4.1 - found 0.4.1 in filename of file in /nix/store/hmnmssjwwim6h2d1fhh7q2ln9pyr2mdf-secp256k1-0.4.1 ---
Rebuild report (if merged into master) (click to expand) ``` 43 total rebuild path(s) 43 package rebuild(s) First fifty rebuilds by attrpath echidna electron-cash electrum electrum-grs electrum-ltc glow-lang haskellPackages.bitcoin-compact-filters haskellPackages.bitcoin-scripting haskellPackages.haskoin-core haskellPackages.haskoin-node haskellPackages.haskoin-store-data haskellPackages.hevm haskellPackages.secp256k1-haskell jami libbitcoin libbitcoin-client libbitcoin-explorer libbitcoin-network libbitcoin-protocol python310Packages.bip-utils python310Packages.bip32 python310Packages.coincurve python310Packages.eth-account python310Packages.eth-keyfile python310Packages.eth-keys python310Packages.ledger-bitcoin python310Packages.secp256k1 python310Packages.slither-analyzer python310Packages.web3 python311Packages.bip-utils python311Packages.bip32 python311Packages.coincurve python311Packages.eth-account python311Packages.eth-keyfile python311Packages.eth-keys python311Packages.ledger-bitcoin python311Packages.secp256k1 python311Packages.slither-analyzer python311Packages.web3 secp256k1 slither-analyzer tests.pkg-config.defaultPkgConfigPackages.libsecp256k1 zeronet-conservancy ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/hmnmssjwwim6h2d1fhh7q2ln9pyr2mdf-secp256k1-0.4.1 \ --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 secp256k1 https://github.com/r-ryantm/nixpkgs/archive/d8854a4fafeaa1281d39117cda51599b6c5ecbf8.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/d8854a4fafeaa1281d39117cda51599b6c5ecbf8#secp256k1 ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/hmnmssjwwim6h2d1fhh7q2ln9pyr2mdf-secp256k1-0.4.1 ls -la /nix/store/hmnmssjwwim6h2d1fhh7q2ln9pyr2mdf-secp256k1-0.4.1/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 failed to build:
33 packages built:
--- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/276235