Commit Graph
539 Commits
Author SHA1 Message Date
github-actions[bot] 6d46d8a9b9 Merge master into staging-next 2021-05-08 18:22:46 +00:00
Lorenzo Manacorda a6fb0290d1 ethabi: 11.0.0 -> 13.0.0 2021-05-08 10:13:13 -07:00
github-actions[bot] 1ae6d3d02f Merge master into staging-next 2021-05-07 18:24:29 +00:00
David Terry f457a68867 turbo-geth: 2021.04.05 -> 2021.05.01 2021-05-07 12:49:33 +02:00
John Ericson a3e54cb582 Merge remote-tracking branch 'upstream/staging-next' into staging 2021-05-06 15:48:25 -04:00
Raghav Sood eb21311135 Merge pull request #121621 from xwvvvvwx/turbo-geth-2021.04.05
turbo-geth 2021.02.01 -> 2021.04.05
2021-05-06 22:42:56 +08:00
Raghav Sood 9332725620 Merge pull request #121850 from asymmetric/polkadot/0.9.0
polkadot: 0.8.30 -> 0.9.0
2021-05-06 22:36:58 +08:00
Jan Tojnar d9f177eb4d Merge branch 'staging-next' into staging
The transmission conflict was non-trivial:
- libbrotli added to apparmor rules <https://github.com/NixOS/nixpkgs/commit/1bdda029cd85b5f4358697afd2c8f6a1996c6ccf>
- apparmor rules rewritten <https://github.com/NixOS/nixpkgs/commit/b280e64078d69c59cf4fccfcaa9d56a59d789dc9>

Chosen the rewrite and verified that brotli is part of the rule set generated by `apparmorRulesFromClosure`.
2021-05-06 08:42:50 +02:00
Raghav Sood 123db83348 Merge pull request #121882 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.10.2 -> 1.10.3
2021-05-06 13:14:41 +08:00
R. RyanTM b334d0dc2b go-ethereum: 1.10.2 -> 1.10.3 2021-05-06 04:39:36 +00:00
Alex Wied f8c104d116 openethereum: 3.2.4 -> 3.2.5 2021-05-05 23:15:18 -04:00
Lorenzo Manacorda 726bac1235 polkadot: add FlorianFranzen to maintainers
See https://github.com/NixOS/nixpkgs/pull/121850#pullrequestreview-652801467
2021-05-05 23:51:40 +02:00
Lorenzo Manacorda b8b6092163 polkadot: 0.8.30 -> 0.9.0 2021-05-05 23:15:24 +02:00
David Terry 38e3ba535a turbo-geth: clarify gpl variants 2021-05-04 12:59:54 +02:00
David Terry 657752181e turbo-geth 2021.02.01 -> 2021.04.05 2021-05-03 22:29:30 +02:00
github-actions[bot] a7e07bddd5 Merge staging-next into staging 2021-05-02 12:24:53 +00:00
Michele Guerini Rocco d5fe3a1270 Merge pull request #121488 from rnhmjoj/monero
quirc: 2016-08-16 -> 2020-04-06;  monero: 0.17.1.9 -> 0.17.2.0; monero-gui: 0.17.1.9 -> 0.17.2.1
2021-05-02 13:53:40 +02:00
rnhmjoj 3227f676cb monero-gui: 0.17.1.9 -> 0.17.2.1 2021-05-02 11:41:56 +02:00
rnhmjoj 26d524374f monero: 0.17.1.9 -> 0.17.2.0 2021-05-02 11:31:15 +02:00
Raghav Sood ef0ad301dd Merge pull request #121451 from jb55/miniscript
miniscript: init at unstable-2020-11-04
2021-05-02 16:37:41 +08:00
Raghav SoodandWilliam Casarin 04ca6340bd miniscript: init at unstable-2020-11-04
Closes #102808

Co-authored-by: William Casarin <jb55@jb55.com>
2021-05-01 17:41:00 -07:00
Pavol Rusnak a4cd25533d bitcoin: 0.21.0 -> 0.21.1 2021-05-01 22:27:10 +02:00
Andrew Childs 7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Raghav Sood 1247a390c0 Merge pull request #120898 from prusnak/trezor-suite
trezor-suite: 21.2.2 -> 21.4.1
2021-04-29 22:02:07 +08:00
Pavol Rusnak 28de4ac62a treewide: make AppRun substitutions constistent 2021-04-17 12:48:13 +02:00
Alex Wied b1c71eb215 openethereum: 3.2.3 -> 3.2.4
See: https://github.com/openethereum/openethereum/releases/tag/v3.2.4
2021-04-16 15:08:17 -04:00
Alex WiedandAlex Wied 22fb4458c0 zcash: 4.3.0 -> 4.4.0 (#119579)
Co-authored-by: Alex Wied <alexwied@coinmetrics.io>
2021-04-16 01:25:59 +02:00
Alex Wied 2299a2f3cc openethereum: Update Cargo hash 2021-04-15 14:48:29 -04:00
Alex Wied 9f9ca66df6 openethereum: 3.2.1 -> 3.2.3
See: https://github.com/openethereum/openethereum/pull/366
2021-04-15 14:25:02 -04:00
Pavol Rusnak 04f094a18a electrs: 0.8.7 -> 0.8.9 2021-04-15 15:21:05 +02:00
Pavol Rusnak c3cc679171 trezor-suite: 21.2.2 -> 21.4.1 2021-04-14 16:22:26 +02:00
Sandro adfe1bea6c Merge pull request #119148 from andresilva/fix-polkadot-0.8.30
polkadot: fix invalid cargoSha256
2021-04-11 22:28:20 +02:00
Pascal Bach 55f4591b25 Merge pull request #119012 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.10.1 -> 1.10.2
2021-04-11 22:09:35 +02:00
André Silva e1760f89be polkadot: fix invalid cargoSha256 2021-04-11 15:52:14 +01:00
R. RyanTM 6eba460076 go-ethereum: 1.10.1 -> 1.10.2 2021-04-10 11:05:29 +00:00
Lorenzo Manacorda 0998a60b5e polkadot: 0.8.29 -> 0.8.30 2021-04-09 15:55:39 +02:00
nixbitcoin d1bf9f0771 btcpayserver: 1.0.7.0 -> 1.0.7.2 2021-04-02 11:13:37 +00:00
Pavol Rusnak 4b85f4dd52 clightning: 0.9.3 -> 0.10.0 2021-03-31 22:50:31 +02:00
Thomas MarchandandSandro aa9588f01f crypto-org-wallet: init at version 0.1.1 (#117497)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-31 19:36:23 +02:00
Raghav Sood c685d6c91b Merge pull request #117228 from r-ryantm/auto-update/openethereum
openethereum: 3.1.1 -> 3.2.1
2021-03-28 14:07:56 +08:00
Raghav Sood c5651b81d4 Merge pull request #117268 from mmilata/lndmanage
lndmanage: init at 0.11.0
2021-03-28 14:07:01 +08:00
Fabian Affolter 1cee9c24aa Merge pull request #116663 from r-ryantm/auto-update/wasabiwallet
wasabiwallet: 1.1.12.4 -> 1.1.12.5
2021-03-27 17:36:14 +01:00
Sandro c42c182727 Merge pull request #115954 from nixbitcoin/btcpayserver-1.0.7.0
btcpayserver: 1.0.6.8 -> 1.0.7.0
2021-03-25 15:53:57 +01:00
Emery Hemingway ee80707159 Trim ehmry from some package maintainers
I prefer not to be associated with anything blockchain related.
2021-03-23 10:24:00 +01:00
Martin Milata c9405e3ad6 lndmanage: init at 0.11.0 2021-03-22 21:12:15 +01:00
R. RyanTM 03f9e1979d openethereum: 3.1.1 -> 3.2.1 2021-03-22 13:52:42 +00:00
nixbitcoin 5c221a5e0b btcpayserver: 1.0.6.8 -> 1.0.7.0 2021-03-22 11:44:07 +00:00
Jaakko Luttinen 96a4b2a141 nano-wallet: 20.0 -> 21.3 (#116780) 2021-03-20 20:40:52 +01:00
Sandro Jäckel 95f4e61b88 monero-gui: remove ? null from inputs 2021-03-17 21:08:05 +01:00
R. RyanTM e2113c1f60 wasabiwallet: 1.1.12.4 -> 1.1.12.5 2021-03-17 20:04:50 +00:00