Commit Graph

2132 Commits

Author SHA1 Message Date
Alyssa Ross
989723ecf2 rustc-wasm32: merge into rustc
Since wasm32-unknown-unknown doesn't require any extra
platform-specific dependencies (e.g. libc), we might as well just
always include in with rustc.  We could also include other targets
fitting these criteria, but I wasn't able to find any others that
actually build (not even wasm64-unknown-unknown).

The old rustc-wasm32 package disabled documentation, but we don't
actually need to do that — we just need to allow for some broken links
in the wasm32-unknown-unknown documentation.  Broken links in
documentation are an upstream issue anyway.  There's no need we need
to fail our build for them.
2023-12-05 15:09:28 +01:00
Pavol Rusnak
771152fa7a
Merge pull request #270897 from nepet/update-clightning-v23.11
clightning: 23.08.1 -> 23.11
2023-11-30 17:51:12 +01:00
Peter Neuroth
2e2c8f6fb7
clightning: 23.08.1 -> 23.11
Update to the new release of core lightning. The `--disable-developer`
flag got removed on core lightning. Developer builds are now always
enabled and can be toggeled at runtime by starting `lightningd` with the
option `--developer`.

Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
2023-11-30 14:52:00 +01:00
Pierre Bourdon
f5c27c6136
Merge pull request #270254 from lourkeur/chia-drop
chia: drop
2023-11-30 10:21:56 +01:00
Weijia Wang
72b7b77271
Merge pull request #270234 from emmanuelrosa/bisq-1.9.14-r2
bisq-desktop: 1.9.12 -> 1.9.14
2023-11-30 04:12:33 +01:00
Louis Bettens
517d5ab0b5
chia: drop 2023-11-29 23:34:55 +01:00
André Silva
491af1f1cc
Merge pull request #269634 from andresilva/polkadot-1.4.0
polkadot: 1.3.0 -> 1.4.0
2023-11-27 17:54:48 +00:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Emmanuel Rosa
7ef523cdd7 sparrow: 1.7.9 -> 1.8.1 2023-11-26 14:18:22 -05:00
Emmanuel Rosa
09a4aa0e51 bisq-desktop: 1.9.12 -> 1.9.14 2023-11-26 13:47:16 -05:00
R. Ryantm
da90d6d5bf fulcrum: 1.9.3 -> 1.9.7 2023-11-25 03:09:59 +00:00
André Silva
c53afd4687
polkadot: 1.3.0 -> 1.4.0 2023-11-24 13:06:18 +00:00
R. Ryantm
1088b405d1 besu: 23.10.0 -> 23.10.2 2023-11-23 12:03:57 -08:00
misuzu
72570670c0 ton: 2023.06 -> 2023.10
Diff: https://github.com/ton-blockchain/ton/compare/v2023.06...v2023.10

Changelog: https://github.com/ton-blockchain/ton/blob/v2023.10/Changelog.md
2023-11-21 22:42:38 +02:00
R. Ryantm
c542553491 exodus: 23.10.24 -> 23.11.6 2023-11-21 01:57:36 +00:00
R. Ryantm
86ca3e1810 go-ethereum: 1.13.4 -> 1.13.5 2023-11-19 14:13:02 +00:00
R. Ryantm
c3094f371b erigon: 2.53.1 -> 2.54.0 2023-11-17 22:30:41 +00:00
github-actions[bot]
eba04b3485
Merge master into staging-next 2023-11-15 12:01:18 +00:00
R. Ryantm
c703e26314 snarkos: 2.2.1 -> 2.2.4 2023-11-15 09:31:33 +00:00
Fabián Heredia Montiel
884449105e Merge remote-tracking branch 'origin/master' into staging-next 2023-11-13 14:31:51 -06:00
R. Ryantm
2b7e21b32c op-geth: 1.101301.1 -> 1.101304.0 2023-11-13 15:47:55 +00:00
github-actions[bot]
e8096ee1e1
Merge staging-next into staging 2023-11-10 18:01:34 +00:00
R. Ryantm
f3557b9c85 ledger-live-desktop: 2.69.0 -> 2.71.0 2023-11-10 06:45:35 +00:00
github-actions[bot]
5725d489f3
Merge staging-next into staging 2023-11-09 12:01:36 +00:00
asymmetric
18e76671a1
Merge pull request #266153 from andresilva/polkadot-v1.3.0
polkadot: 1.2.0 -> 1.3.0
2023-11-09 11:04:41 +01:00
Alyssa Ross
e3e57b8f18 lib.systems: elaborate Rust metadata
We need this stuff to be available in lib so make-derivation.nix can
access it to construct the Meson cross file.

This has a couple of other advantages:

 - It makes Rust less special.  Now figuring out what Rust calls a
   platform is the same as figuring out what Linux or QEMU call it.

 - We can unify the schema used to define Rust targets, and the schema
   used to access those values later.  Just like you can set "config"
   or "system" in a platform definition, and then access those same
   keys on the elaborated platform, you can now set "rustcTarget" in
   your crossSystem, and then access "stdenv.hostPlatform.rustcTarget"
   in your code.

"rustcTarget", "rustcTargetSpec", "cargoShortTarget", and
"cargoEnvVarTarget" have the "rustc" and "cargo" prefixes because
these are not exposed to code by the compiler, and are not
standardized.  The arch/os/etc. variables are all named to match the
forms in the Rust target spec JSON.

The new rust.target-family only takes a list, since we don't need to
worry about backwards compatibility when that name is used.

The old APIs are all still functional with no warning for now, so that
it's possible for external code to use a single API on both 23.05 and
23.11.  We can introduce the warnings once 23.05 is EOL, and make them
hard errors when 23.11 is EOL.
2023-11-09 10:02:24 +01:00
Lorenzo Manacorda
677ab0dfd5 polkadot: remove asymmetric from maintainers
No longer use this package.
2023-11-08 12:49:28 +01:00
André Silva
302efb649f
polkadot: 1.2.0 -> 1.3.0 2023-11-07 22:26:31 +00:00
Thiago Kenji Okada
b45133e20d
Merge pull request #244298 from oxalica/remove-unused
{birdtray,isgx,mycrypto,osu-lazer,stretchly,tree-sitter}: remove oxalica as maintainer
2023-11-06 08:13:34 +00:00
Pavol Rusnak
e978ebd57c
Merge pull request #265635 from erikarvstedt/electrs-0.10.1
electrs: 0.9.13 -> 0.10.1
2023-11-05 14:53:24 +01:00
Jörg Thalheim
4af510c7ae treewide: drop myself from packages that I don't activily maintain 2023-11-05 05:43:35 +01:00
OTABI Tomoya
dd62c08abe
Merge pull request #264281 from r-ryantm/auto-update/exodus
exodus: 23.9.25 -> 23.10.24
2023-11-05 13:21:44 +09:00
Erik Arvstedt
d1381ea245
electrs: 0.9.13 -> 0.10.1 2023-11-04 21:47:04 +01:00
Weijia Wang
b229731c4d
Merge pull request #264132 from r-ryantm/auto-update/besu
besu: 23.7.3 -> 23.10.0
2023-11-04 01:31:40 +01:00
Weijia Wang
4b7349595e
Merge pull request #263643 from r-ryantm/auto-update/ergo
ergo: 5.0.14 -> 5.0.15
2023-11-04 01:08:39 +01:00
R. Ryantm
d0cdff7e63 fulcrum: 1.9.2 -> 1.9.3 2023-10-31 13:31:17 +00:00
R. Ryantm
89f912e2e2 exodus: 23.9.25 -> 23.10.24 2023-10-30 02:04:09 +00:00
Jakub Sokołowski
c03b74224a erigon: fix SIGILL error due to missing CGO_CFLAGS
Currently Erigon binary fails to start on some systems with:
```
 > erigon --version
Caught SIGILL in blst_cgo_init, consult <blst>/bindinds/go/README.md.
```
The reason for that are missing `CGO_CFLAGS` that can be seen here:
https://github.com/ledgerwatch/erigon/blob/v2.53.2/Makefile#L26

For more information on this see this `bsc` issue:
https://github.com/bnb-chain/bsc/issues/1521

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-10-29 13:47:32 +00:00
R. Ryantm
ddae1c58ad besu: 23.7.3 -> 23.10.0 2023-10-29 08:55:32 +00:00
R. Ryantm
0bcf3858a5 go-ethereum: 1.13.0 -> 1.13.4 2023-10-28 08:23:13 +00:00
R. Ryantm
37fec5530e erigon: 2.50.0 -> 2.53.1 2023-10-27 17:37:10 +00:00
R. Ryantm
ad2838c30f ergo: 5.0.14 -> 5.0.15 2023-10-26 20:11:05 +00:00
Peder Bergebakken Sundt
f9d4f5f23c
Merge pull request #263052 from centromere/lighthouse-4.5.0
lighthouse: 4.1.0 -> 4.5.0
2023-10-26 20:39:11 +02:00
André Silva
0ac6ae7add
Merge pull request #262774 from andresilva/polkadot-v1.2.0
polkadot: 1.1.0 -> 1.2.0
2023-10-24 22:38:42 +01:00
André Silva
c22f238112
polkadot: 1.1.0 -> 1.2.0 2023-10-24 15:17:03 +01:00
Pavol Rusnak
fac4246531
btcpayserver: 1.11.6 -> 1.11.7 2023-10-24 15:54:03 +02:00
Alex Wied
5699266541 lighthouse: 4.1.0 -> 4.5.0 2023-10-23 21:15:49 -04:00
Weijia Wang
840bfc404d
Merge pull request #262712 from oluceps/exodus-fetch
exodus: use fetchurl instead requireFile
2023-10-23 01:57:31 +02:00
oluceps
3c508c62c7
exodus: use fetchurl instead requireFile 2023-10-22 18:31:09 +08:00
Alyssa Ross
83b8726e5f
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/velbus-aio/default.nix
2023-10-21 17:24:16 +00:00
Pavol Rusnak
77f3a6deb2
trezor-suite: 23.4.2 -> 23.10.1 2023-10-21 12:12:51 +02:00
github-actions[bot]
fb3e2499b7
Merge master into staging-next 2023-10-21 00:02:17 +00:00
R. Ryantm
56720599ce snarkos: 2.1.7 -> 2.2.1 2023-10-20 20:31:28 +00:00
github-actions[bot]
cfc75eec46
Merge master into staging-next 2023-10-20 18:00:54 +00:00
Pavol Rusnak
db773d3ff3
Merge pull request #262018 from fanquake/bitcoin_core_25_1
bitcoin: 25.0 -> 25.1
2023-10-20 17:45:15 +02:00
Yureka
799fff889b tree-wide: make rust jemalloc-sys use nixpkgs jemalloc build 2023-10-20 14:26:07 +02:00
fanquake
53793ca0ae
bitcoin: 25.0 -> 25.1 2023-10-19 11:15:13 +01:00
github-actions[bot]
4b9cf6ff6e
Merge master into staging-next 2023-10-19 00:02:21 +00:00
R. Ryantm
825dc0f51c op-geth: 1.101200.1 -> 1.101301.1 2023-10-18 19:33:01 +00:00
github-actions[bot]
35eee590be
Merge master into staging-next 2023-10-18 00:02:17 +00:00
Weijia Wang
af906a6432
Merge pull request #260015 from r-ryantm/auto-update/besu
besu: 23.7.2 -> 23.7.3
2023-10-17 23:40:03 +02:00
github-actions[bot]
3a75845d38
Merge master into staging-next 2023-10-16 18:01:26 +00:00
ProminentRetail
cba5655379
monero-gui: fix desktop icon 2023-10-16 12:27:11 +11:00
Weijia Wang
e39aad56c2 Merge branch 'master' into staging-next 2023-10-14 16:33:49 +02:00
Nick Cao
b91f6fc34e
Merge pull request #259791 from oluceps/exodus-up
exodus: 23.5.22 -> 23.9.25
2023-10-14 10:04:52 -04:00
github-actions[bot]
af075c4055
Merge master into staging-next 2023-10-14 12:01:00 +00:00
Pavol Rusnak
6da75c7667
Merge pull request #260647 from rnhmjoj/pr-monero 2023-10-14 09:59:26 +02:00
github-actions[bot]
57667077ed
Merge master into staging-next 2023-10-14 06:00:57 +00:00
R. Ryantm
97bb0c2bc7 optimism: 1.1.4 -> 1.1.6 2023-10-14 04:13:02 +00:00
github-actions[bot]
8a68e0b5f5
Merge master into staging-next 2023-10-13 06:01:14 +00:00
Weijia Wang
8f12da6c8d
Merge pull request #257786 from r-ryantm/auto-update/ergo
ergo: 5.0.13 -> 5.0.14
2023-10-13 02:11:14 +02:00
rnhmjoj
7c2bcf14b5
monero-{cli,gui}: 0.18.2.2 -> 0.18.3.1 2023-10-12 11:17:03 +02:00
R. Ryantm
a8a1b90995 besu: 23.7.2 -> 23.7.3 2023-10-09 16:11:31 +00:00
oluceps
2e20fc3dbb
exodus: 23.5.22 -> 23.9.25 2023-10-09 01:07:14 +08:00
Fabián Heredia Montiel
2f0e87732c Merge remote-tracking branch 'origin/master' into staging-next 2023-10-08 10:14:51 -06:00
Nick Cao
4a7dad37d5
Merge pull request #259751 from cafkafk/cafk-bitcoin-abc
bitcoin-abc: add mainProgram
2023-10-08 10:11:23 -04:00
Jörg Thalheim
f927d4d037
Merge pull request #259404 from aldoborrero/feat/lndinit
lndinit: init at 0.1.5-beta
2023-10-08 14:49:42 +02:00
github-actions[bot]
0b4a97a07f
Merge master into staging-next 2023-10-08 12:01:23 +00:00
Christina Sørensen
6aab0d978e
bitcoin-abc: add mainProgram
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-08 13:37:21 +02:00
R. Ryantm
59f6020792 dcrd: 1.8.0 -> 1.8.1 2023-10-08 04:52:49 +00:00
github-actions[bot]
7520bf436a
Merge master into staging-next 2023-10-07 12:00:58 +00:00
Jonas Nick
12c64add46
lnd: 0.16.3-beta -> 0.17.0-beta 2023-10-07 09:00:45 +00:00
Aldo Borrero
aa934c226b
lndinit: init at 0.1.5-beta 2023-10-06 19:02:14 +02:00
Artturin
f47e5cbf23 atomic-swap: fix build
```
vendor/github.com/quic-go/quic-go/internal/qtls/go121.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.21 yet. For more details, please see https://github.com/quic-go/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.21 yet. F...) as int value in variable declaration
```
2023-10-06 03:45:57 +03:00
André Silva
10da050984
Merge pull request #257146 from andresilva/ledger-live-2.68.1
ledger-live-desktop: 2.66.0 -> 2.69.0
2023-10-05 15:34:24 +01:00
Mario Rodas
c474f2a366
Merge pull request #259113 from r-ryantm/auto-update/stellar-core
stellar-core: 19.13.0 -> 19.14.0
2023-10-05 07:12:12 -05:00
André Silva
893851c2c8
ledger-live-desktop: 2.66.0 -> 2.69.0 2023-10-05 11:54:36 +01:00
André Silva
c2de65438c
Merge pull request #257147 from andresilva/framesh-0.6.8
framesh: 0.6.7 -> 0.6.8
2023-10-05 11:25:45 +01:00
R. Ryantm
85660c9416 stellar-core: 19.13.0 -> 19.14.0 2023-10-05 04:10:49 +00:00
R. Ryantm
ab60e8a720 fulcrum: 1.9.1 -> 1.9.2 2023-10-04 06:05:48 +01:00
R. Ryantm
a7af91ff76 dcrwallet: 1.8.0 -> 1.8.1 2023-10-03 16:56:05 +00:00
André Silva
de43ffc10c
Merge pull request #257419 from andresilva/polkadot-v1.1.0
polkadot: 1.0.0 -> 1.1.0
2023-10-02 11:29:04 +01:00
R. Ryantm
dd8af63ff7 op-geth: 1.101200.0 -> 1.101200.1 2023-10-01 04:58:54 +00:00
Mario Rodas
cf3bfe7b04
Merge pull request #257967 from aaronjheng/quorum
quorum: 2.5.0 -> 23.4.0
2023-09-29 06:53:45 -05:00
André Silva
6caacd0d81
polkadot: apply suggestions from code review
Co-authored-by: asymmetric <lorenzo@mailbox.org>
2023-09-29 12:01:05 +01:00
Erik Arvstedt
b6963f8663
btcpayserver: 1.11.4 -> 1.11.6 2023-09-29 12:28:59 +02:00
Erik Arvstedt
2a9be520a4
nbxplorer: 2.3.65 -> 2.3.66 2023-09-29 12:28:59 +02:00
Aaron Jheng
ebfac7d566
quorum: 2.5.0 -> 23.4.0 2023-09-29 08:15:13 +00:00
R. Ryantm
e1e6ce7877 erigon: 2.48.1 -> 2.50.0 2023-09-28 22:43:38 +00:00
R. Ryantm
3ca5220a5b ergo: 5.0.13 -> 5.0.14 2023-09-28 07:03:21 +00:00
github-actions[bot]
2717201e72
Merge master into staging-next 2023-09-26 12:01:28 +00:00
André Silva
8fbec03ebd
polkadot: 1.0.0 -> 1.1.0 2023-09-26 10:59:45 +01:00
Weijia Wang
090454b469
Merge pull request #256079 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.12.2 -> 1.13.0
2023-09-26 11:34:18 +02:00
André Silva
dc1d9bc1b9
framesh: 0.6.7 -> 0.6.8 2023-09-24 22:55:46 +01:00
github-actions[bot]
0e6413dbff
Merge master into staging-next 2023-09-24 00:02:23 +00:00
Silvan Mosberger
390a4247e0
Merge pull request #255512 from nbraud/sha512-to-hash
treewide: sha512 → hash
2023-09-24 00:03:31 +02:00
github-actions[bot]
ab2ecc25c1
Merge master into staging-next 2023-09-23 18:00:59 +00:00
Aaron Jheng
87cb7625b8
treewide: remove maintainer (#256811) 2023-09-23 14:35:29 +02:00
github-actions[bot]
3180ce092d
Merge master into staging-next 2023-09-23 12:01:04 +00:00
R. Ryantm
c0c46b552a optimism: 1.1.1 -> 1.1.4 2023-09-23 07:09:32 -04:00
nicoo
fab52fca51 treewide: sha512 → hash 2023-09-22 18:37:42 +02:00
github-actions[bot]
e26a9c8bb7
Merge master into staging-next 2023-09-19 18:01:23 +00:00
Erik Arvstedt
5dacf3a0d8
bitcoin: add shell completions 2023-09-19 12:55:53 +02:00
R. Ryantm
f157543775 go-ethereum: 1.12.2 -> 1.13.0 2023-09-19 10:27:36 +00:00
github-actions[bot]
c43057cfb6
Merge staging-next into staging 2023-09-16 18:01:34 +00:00
mib
a2ec498ff2 monero-cli: set mainProgram 2023-09-15 21:54:08 +02:00
github-actions[bot]
dd6646009e
Merge staging-next into staging 2023-09-14 18:01:28 +00:00
Pavol Rusnak
639e796423
Merge pull request #255141 from jonasnick/clightning-23.08.1
clightning: 23.08 -> 23.08.1
2023-09-14 19:45:15 +02:00
Jonas Nick
5cdb92fd1b
clightning: 23.08 -> 23.08.1 2023-09-14 16:21:37 +00:00
github-actions[bot]
564dc31f47
Merge staging-next into staging 2023-09-12 18:01:30 +00:00
R. Ryantm
9fb46814b8 snarkos: 2.1.6 -> 2.1.7 2023-09-12 17:17:25 +00:00
github-actions[bot]
6b3d088fd8
Merge staging-next into staging 2023-09-10 06:01:28 +00:00
Mario Rodas
1e94637a77
Merge pull request #253926 from r-ryantm/auto-update/btcpayserver
btcpayserver: 1.11.3 -> 1.11.4
2023-09-09 20:16:18 -05:00
github-actions[bot]
e8eac2883b
Merge staging-next into staging 2023-09-09 18:01:36 +00:00
R. Ryantm
10562d692d besu: 23.4.4 -> 23.7.2 2023-09-09 12:09:46 +00:00
github-actions[bot]
9df0a1c6a2
Merge staging-next into staging 2023-09-08 18:01:25 +00:00
Sandro Jäckel
fccf04b620 treewide: replace -DCMAKE_BUILD_TYPE in cmakeFlags with cmakeBuildType 2023-09-08 14:18:26 +00:00
R. Ryantm
127ddbae4a atomic-swap: 0.4.1 -> 0.4.2 2023-09-08 10:49:16 +00:00
R. Ryantm
f279282622 btcpayserver: 1.11.3 -> 1.11.4 2023-09-08 00:52:39 +00:00
Chris Guida
03cd769df0 clightning: patch clnrest.py shebang 2023-09-07 06:24:20 -06:00
Pavol Rusnak
994fab066e
Merge pull request #253310 from jonasnick/clightning-23.08 2023-09-06 09:22:56 +02:00
Weijia Wang
cd23e29c71
Merge pull request #251769 from erikarvstedt/btcpayserver-1.11.3
btcpayserver: 1.11.2 -> 1.11.3
2023-09-06 00:13:47 +02:00
R. Ryantm
1875196096 op-geth: 1.101106.0 -> 1.101200.0 2023-09-05 11:11:46 +00:00
Pavol Rusnak
9b2e40a276
Merge pull request #252009 from lontivero/wasabiwallet-2.0.4
wasabiwallet: 2.0.3 -> 2.0.4
2023-09-04 23:58:09 +03:00
Jonas Nick
980e521db4
clightning: 23.05.2 -> 23.08 2023-09-04 19:46:07 +00:00
ajs124
6c62a21161 namecoin: remove GUI support 2023-09-04 13:54:50 +02:00
André Silva
4185735cac
Merge pull request #252617 from r-ryantm/auto-update/ledger-live-desktop
ledger-live-desktop: 2.64.2 -> 2.66.0
2023-09-04 10:35:58 +01:00
Weijia Wang
1b2762d16b
Merge pull request #252818 from emmanuelrosa/sparrow-1.7.9
sparrow: 1.7.8 -> 1.7.9
2023-09-01 23:12:25 +02:00
Emmanuel Rosa
53271b32b5 sparrow: 1.7.8 -> 1.7.9 2023-09-01 13:27:07 -04:00
R. Ryantm
535aeb8303 ledger-live-desktop: 2.64.2 -> 2.66.0 2023-08-31 18:06:15 +00:00
Weijia Wang
ec4ac86214
Merge pull request #249280 from r-ryantm/auto-update/besu
besu: 23.4.1 -> 23.4.4
2023-08-29 22:28:49 +02:00
Lucas Ontivero
cb498323ae Remove dotnet dependency 2023-08-28 16:52:54 -03:00
Lucas Ontivero
582e30fb29 wasabiwallet: 2.0.3 -> 2.0.4 2023-08-28 13:51:57 -03:00
Erik Arvstedt
a3fdde0d7a
btcpayserver: 1.11.2 -> 1.11.3 2023-08-27 13:39:57 +02:00
R. Ryantm
8431c8435a lightwalletd: 0.4.15 -> 0.4.16 2023-08-24 17:59:32 +00:00
R. Ryantm
0bf9bcd95e snarkos: 2.1.4 -> 2.1.6 2023-08-21 14:51:30 +08:00
Theodore Ni
81fba77c46
Merge pull request #247491 from tjni/dcrd
dcrd: fix tests when run on darwin
2023-08-16 23:48:12 -07:00
Pol Dellaiera
40e69f8e97
Merge pull request #249375 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.12.0 -> 1.12.2
2023-08-16 17:22:48 +02:00
R. Ryantm
0301121276 go-ethereum: 1.12.0 -> 1.12.2 2023-08-15 19:07:01 +00:00
Pavol Rusnak
d744230467
btcpayserver: 1.11.1 -> 1.11.2 2023-08-15 16:38:04 +02:00
R. Ryantm
a5017e3c3a besu: 23.4.1 -> 23.4.4 2023-08-15 06:58:03 +00:00
Pol Dellaiera
999d52eb20
stellar-core: use finalAttrs pattern 2023-08-11 22:40:17 +02:00
R. Ryantm
de6f81f3f2 stellar-core: 19.12.0 -> 19.13.0 2023-08-11 09:11:21 +00:00
iofq
8b07a0f0a9 framesh: 0.6.6 -> 0.6.7 2023-08-10 22:51:56 -05:00
happysalada
0ece6cc4c4 op-geth: init 1.101106.0 2023-08-08 15:46:32 +08:00
happysalada
41cfe07375 optimism: init at 1.1.1 2023-08-08 15:46:32 +08:00
Weijia Wang
e1884471a8
Merge pull request #247653 from r-ryantm/auto-update/ergo
ergo: 5.0.12 -> 5.0.13
2023-08-07 13:42:10 +02:00
R. Ryantm
e5f4ead880 ergo: 5.0.12 -> 5.0.13 2023-08-07 04:58:26 +00:00
R. Ryantm
5a8e924381 solana-cli: 1.14.17 -> 1.14.23 2023-08-07 08:36:38 +08:00
Theodore Ni
57f6447df5
dcrd: fix tests when run on darwin 2023-08-06 02:54:12 -07:00
Mario Rodas
df73666c33
Merge pull request #247100 from emmanuelrosa/sparrow-1.7.8
sparrow: 1.7.7 -> 1.7.8
2023-08-05 14:00:16 -05:00
Emmanuel Rosa
778ce1433f sparrow: 1.7.7 -> 1.7.8 2023-08-04 07:45:01 -04:00
Pavol Rusnak
46ad1594a2
btcpayserver: 1.11.0 -> 1.11.1 2023-08-02 20:32:42 +02:00
R. Ryantm
7e54422bf9 ledger-live-desktop: 2.64.1 -> 2.64.2 2023-07-31 05:48:36 +00:00
Pavol Rusnak
8da2ab6551
Merge pull request #245784 from prusnak/btcpayserver
btcpayserver: 1.10.3 -> 1.11.0
2023-07-29 18:08:43 +02:00
André Silva
5da131bd94
Merge pull request #244483 from andresilva/polkadot-1.0.0
polkadot: 0.9.43 -> 1.0.0
2023-07-28 20:39:17 +01:00
Pavol Rusnak
0c96c8170b
btcpayserver: 1.10.3 -> 1.11.0 2023-07-27 22:14:04 +02:00
R. Ryantm
5d6724abe9 taproot-assets: 0.2.2 -> 0.2.3 2023-07-26 18:33:35 +00:00
Pol Dellaiera
60d40bb31b
Merge pull request #244424 from r-ryantm/auto-update/stellar-core
stellar-core: 19.11.0 -> 19.12.0
2023-07-26 13:24:15 +02:00
André Silva
3c342d4785
polkadot: 0.9.43 -> 1.0.0 2023-07-24 16:26:50 +01:00
Tobias Mayer
ba2ce6e73b
various packages: pin boost179
Taken from PR #244831 and vcunat amended the miopen override.
2023-07-22 16:54:22 +02:00
Sandro
29443c8a9c
Merge pull request #244316 from sputn1ck/aperture
aperture: add aperture 0.2-beta
2023-07-20 22:08:12 +02:00
Nick Cao
8e66453138
Merge pull request #244340 from MGenerowicz/patch-6
ledger-live-desktop: 2.62.2->2.64.1
2023-07-19 18:10:50 -06:00
R. Ryantm
a6cbe9f3c1 stellar-core: 19.11.0 -> 19.12.0 2023-07-19 22:00:43 +00:00
kon
0dc5b95e90
aperture: add aperture v0.2-beta 2023-07-19 17:01:24 +02:00
Marek Generowicz
65df0cb168
ledger-live-desktop: 2.62.2->2.64.1
ledger-live-desktop: 2.62.2->2.64.1
2023-07-19 14:39:13 +02:00
oxalica
9b3ff4831b
{birdtray,isgx,mycrypto,osu-lazer,stretchly,tree-sitter}: remove oxalica as maintainer 2023-07-19 16:20:11 +08:00
Theodore Ni
c06efc2173
solana-validator: adapt update script to new nix-prefetch-github
The update script is also already broken and needs:

1. Add missing packages to the shebang.
2. Retrieve cargo hash from the proper package.

We also take the opportunity to switch ot using the newer "hash" and
"cargoHash" properties.
2023-07-18 16:55:33 -07:00
R. Ryantm
a22d4de3a5 erigon: 2.48.0 -> 2.48.1 2023-07-18 10:37:12 +09:00
Jack Connors
76a0d0928d gridcoin-research: init at 5.4.5.0 2023-07-17 18:16:05 +01:00
Weijia Wang
b32c762014
Merge pull request #243603 from misuzu/alfis-update
alfis: 0.8.3 -> 0.8.4
2023-07-15 13:17:34 +02:00
misuzu
ff3690490f alfis: 0.8.3 -> 0.8.4
https://github.com/Revertron/Alfis/releases/tag/v0.8.4
https://github.com/Revertron/Alfis/compare/v0.8.3...v0.8.4
2023-07-15 10:11:30 +03:00
Charles Hall
adf22d21c9 fulcrum: pin older rocksdb 2023-07-15 14:38:45 +08:00
Nick Cao
9ddb534dc2
Merge pull request #243464 from r-ryantm/auto-update/lightwalletd
lightwalletd: 0.4.13 -> 0.4.15
2023-07-14 23:28:33 -06:00
Nick Cao
cd75c8e5c1
Merge pull request #243492 from emmanuelrosa/bisq-1.9.12
bisq-desktop: 1.9.10 -> 1.9.12
2023-07-14 23:27:33 -06:00
Emmanuel Rosa
776af907f0 bisq-desktop: 1.9.10 -> 1.9.12 2023-07-14 10:49:14 -04:00
R. Ryantm
1c015108ad lightwalletd: 0.4.13 -> 0.4.15 2023-07-14 12:43:10 +00:00
Weijia Wang
da56af6c22
Merge pull request #243441 from adisbladis/geth-adisbladis-maintainer
go-ethereum: remove adisbladis as maintainer
2023-07-14 13:50:43 +03:00
adisbladis
b093cb4cd8 go-ethereum: remove adisbladis as maintainer 2023-07-14 21:48:10 +12:00
David Dunn
9a06420006
go-ethereum: 1.11.6 -> 1.12.0
Release notes:
https://github.com/ethereum/go-ethereum/releases/tag/v1.12.0
2023-07-14 11:36:17 +03:00
Erik Arvstedt
4aa3a2857c
btcpayserver: 1.10.2 -> 1.10.3 2023-07-10 18:51:00 +02:00
Atemu
67eec418ab
Merge pull request #240860 from Atemu/fhsenv-no-multiarch
buildFHSEnv: disable multiArch by default
2023-07-08 13:53:41 +02:00
Weijia Wang
6f366e44d2
Merge pull request #241387 from aaronjheng/taproot-assets
taproot-assets: 0.1.0-alpha -> 0.2.2
2023-07-06 13:39:25 +03:00
Lord-Valen
90f30c1947 atomic-swap: add lord-valen to maintainers 2023-07-05 11:30:33 +08:00
Lord-Valen
91d08355b0 atomic-swap: ensure monero-cli is available 2023-07-05 11:30:33 +08:00
R. Ryantm
3795c61440 snarkos: 2.1.3 -> 2.1.4 2023-07-05 11:25:23 +08:00
R. Ryantm
fae866cfcb clightning: 23.05.1 -> 23.05.2 2023-07-04 09:17:02 +00:00
Aaron Jheng
d46a37cbb6
taproot-assets: 0.1.0-alpha -> 0.2.2 2023-07-04 02:23:18 +00:00
Weijia Wang
2153f36f62
Merge pull request #241226 from r-ryantm/auto-update/namecoin
namecoin: 24.0 -> 25.0
2023-07-03 11:08:20 +03:00
Aaron Jheng
4563446e28 erigon: 2.47.0 -> 2.48.0 2023-07-03 15:31:29 +08:00
R. Ryantm
f1f231cfaa namecoin: 24.0 -> 25.0 2023-07-03 06:27:38 +00:00
Aaron Jheng
e47ce50453 atomic-swap: 0.4.0 -> 0.4.1 2023-07-03 12:20:48 +08:00
figsoda
50acc2d57a pkgs/applications: replace "${version}" with version 2023-07-02 14:39:50 -04:00
Atemu
f0c58f6e96 tree-wide: use new multiArch buildFHSEnv argument
This is much more direct and sensible than setting a function null
2023-07-01 13:42:17 +02:00
Marek Generowicz
e7efe3c4d8
ledger-live-desktop: 2.60.0->2.62.2
ledger-live-desktop: 2.60.0->2.62.2
2023-06-29 16:29:06 +02:00
Sandro
864814228e
Merge pull request #240280 from aaronjheng/lightwalletd 2023-06-29 16:02:47 +02:00
Weijia Wang
3fc7125d25
Merge pull request #240319 from emmanuelrosa/sparrow-1.7.7
Sparrow: 1.7.6 -> 1.7.7
2023-06-29 10:43:10 +03:00
Nick Cao
0aa68002e2
Merge pull request #240441 from r-ryantm/auto-update/snarkos
snarkos: 2.1.1 -> 2.1.3
2023-06-29 09:07:00 +08:00
R. Ryantm
66f9cfa460 snarkos: 2.1.1 -> 2.1.3 2023-06-29 00:10:38 +00:00
Sandro
198bd0a4a7
Merge pull request #239622 from corngood/dotnet-misc
dotnet: misc fixes
2023-06-28 23:41:18 +02:00
Emmanuel Rosa
48a6800510
bisq-desktop: 1.9.9 -> 1.9.10 (#240155)
* bisq-desktop: 1.9.9 -> 1.9.10

* bisq-desktop: add HiDPI launcher
2023-06-28 16:05:14 +02:00
Weijia Wang
a0ce3695f4
Merge pull request #240281 from aaronjheng/lndconnect
lndconnect: refactor
2023-06-28 11:01:17 +03:00
Pavol Rusnak
6aa909d9df
Merge pull request #240274 from aaronjheng/lightning-pool 2023-06-28 08:57:30 +02:00
Aaron Jheng
3e048ea52a
lndconnect: refactor 2023-06-28 06:27:14 +00:00
Aaron Jheng
e4ed4bcef8
lightwalletd: 0.4.10 -> 0.4.13 2023-06-28 06:24:39 +00:00
Aaron Jheng
6c4f65a205
lightning-pool: 0.5.3-alpha -> 0.6.4-beta 2023-06-28 06:16:45 +00:00
Pol Dellaiera
ba3260b284
Merge pull request #239961 from aaronjheng/dcrctl
dcrctl: init at 1.8.0
2023-06-28 07:56:06 +02:00
Aaron Jheng
d3a2557f7c
dcrwallet: 1.6.0 -> 1.8.0 (#239894) 2023-06-27 18:22:10 +02:00
Aaron Jheng
658499ef7e
dcrd: 1.5.2 -> 1.8.0 (#239893) 2023-06-27 18:21:48 +02:00
Emmanuel Rosa
a8006f29ba sparrow: 1.7.6 -> 1.7.7 2023-06-27 11:48:37 -04:00
Emmanuel Rosa
5ae84c1335 sparrow: fix .desktop file 2023-06-27 11:48:36 -04:00
Emmanuel Rosa
25e1b2bbef sparrow: add missing JVM arguments 2023-06-27 11:48:20 -04:00
Janik
974b43038e
Merge pull request #236976 from amarshall/zip-reproducible 2023-06-27 00:24:36 +02:00
happysalada
3b2ade8b04 atomic-swap: init at 0.4.0 2023-06-27 05:44:20 +08:00
Aaron Jheng
a96c9768b0
dcrctl: init at 1.8.0 2023-06-26 15:39:29 +00:00
Nick Cao
20f5eb2f80
Merge pull request #239892 from aaronjheng/btcd
btcd: 0.23.3 -> 0.23.4
2023-06-26 20:30:26 +08:00
Aaron Jheng
d542764a22
btcd: 0.23.3 -> 0.23.4 2023-06-26 08:54:01 +00:00
R. Ryantm
b8c958d270 nano-wallet: 25.0 -> 25.1 2023-06-25 19:18:16 +00:00
David McFarland
ee8ba995a7 buildDotnetModule: make fetch-deps find output path automatically 2023-06-24 19:13:16 -03:00
R. Ryantm
a264297aed ergo: 5.0.11 -> 5.0.12 2023-06-24 13:44:45 +00:00
R. Ryantm
4754facbd2 erigon: 2.45.1 -> 2.47.0 2023-06-23 17:10:48 -04:00
asymmetric
de1d332ca2
Merge pull request #239325 from andresilva/polkadot-0.9.43
polkadot: 0.9.42 -> 0.9.43
2023-06-23 12:56:21 +02:00
André Silva
6185470f8c
polkadot: 0.9.42 -> 0.9.43 2023-06-23 10:27:00 +01:00
Felix Bühler
a0782587aa
Merge pull request #231720 from mmilata/lndmanage-0.15.0
lndmanage: 0.14.2 -> 0.15.0
2023-06-22 19:21:29 +02:00
Sergei Trofimovich
0e76255e20 oxen: mark broken
`oxen` fails to build for more than a year: https://hydra.nixos.org/build/224480125
2023-06-21 07:25:52 +01:00
R. Ryantm
8fe6cacd95 snarkos: 2.0.2 -> 2.1.1 2023-06-18 10:42:56 -04:00
Weijia Wang
c269fa075a wownero: 0.8.0.1 -> 0.11.0.1 2023-06-16 11:30:12 +03:00
Pavol Rusnak
6fdc248ea8
Merge pull request #237672 from aaronjheng/lnd 2023-06-14 09:18:32 +02:00
Aaron Jheng
337fb24f1f
lnd: 0.16.2-beta -> 0.16.3-beta 2023-06-14 03:04:33 +00:00
Sandro Jäckel
3ad7d71afe treewide: don't set platforms.unix for buildGoModule 2023-06-13 17:54:26 +03:00
gruve-p
3fc89747ed
groestlcoin: 24.0.1 -> 25.0 (#236499) 2023-06-13 11:52:14 +02:00
Jonas Nick
f78c77989c
clightning: 23.05 -> 23.05.1 2023-06-12 08:06:23 +00:00
Weijia Wang
2cb0fdc969
Merge pull request #237022 from r-ryantm/auto-update/ergo
ergo: 5.0.10 -> 5.0.11
2023-06-11 22:48:09 +03:00
Weijia Wang
790bf9a2fe
Merge pull request #236979 from r-ryantm/auto-update/besu
besu: 23.4.0 -> 23.4.1
2023-06-11 22:34:37 +03:00
Nick Cao
acaaf8b279
Merge pull request #237020 from r-ryantm/auto-update/ton
ton: 2023.05 -> 2023.06
2023-06-10 20:31:07 -06:00
R. Ryantm
158530e0ea btcpayserver: 1.10.1 -> 1.10.2 2023-06-11 00:39:26 +00:00
R. Ryantm
f736e5f1d7 ergo: 5.0.10 -> 5.0.11 2023-06-10 11:21:27 +00:00
R. Ryantm
c0970d034d ton: 2023.05 -> 2023.06 2023-06-10 11:11:44 +00:00
R. Ryantm
9816a693c6 besu: 23.4.0 -> 23.4.1 2023-06-10 05:59:57 +00:00
Andrew Marshall
d634a6244f bisq-desktop: make reproducible 2023-06-10 01:25:19 -04:00