Commit Graph

1091 Commits

Author SHA1 Message Date
Pavol Rusnak
8b1237f790
Merge pull request #167164 from nixbitcoin/lightning-loop-0.18.0-beta
lightning-loop: 0.17.0-beta -> 0.18.0-beta
2022-04-13 14:17:48 +02:00
github-actions[bot]
55db28db36
Merge staging-next into staging 2022-04-09 18:01:56 +00:00
R. Ryantm
0e46be9abb openethereum: 3.2.6 -> 3.3.5 2022-04-09 08:52:37 -04:00
github-actions[bot]
a36cec68d4
Merge staging-next into staging 2022-04-08 12:02:01 +00:00
Raymen Scholten
4ed91442a1 Move libunwind to buildInputs 2022-04-08 10:18:54 +02:00
Raymen Scholten
dd2a308c43 stellar-core: add missing compile dependency
enable parallel build
2022-04-07 23:33:31 +02:00
Raymen Scholten
2a4778fae3 stellar-core: 17.0.0 -> 18.5.0 2022-04-07 16:06:37 +02:00
github-actions[bot]
3dc8bd98b9
Merge staging-next into staging 2022-04-06 00:02:41 +00:00
Bernardo Meurer
812352faf7
ledger-live-desktop: 2.39.2 -> 2.40.2 2022-04-05 11:19:22 -07:00
Ryan Mulligan
9f3c6fc5b9
Merge pull request #167089 from r-ryantm/auto-update/lndmanage
lndmanage: 0.14.0 -> 0.14.1
2022-04-05 09:28:05 -07:00
nixbitcoin
a167391bc8
lightning-loop: 0.17.0-beta -> 0.18.0-beta 2022-04-04 11:19:20 +00:00
Martin Weinelt
f95a3d1140 Merge remote-tracking branch 'origin/staging-next' into staging 2022-04-04 00:46:25 +02:00
R. Ryantm
44457486de lndmanage: 0.14.0 -> 0.14.1 2022-04-03 21:29:34 +00:00
André Silva
63b1f56254
polkadot: fix build on non-darwin 2022-04-03 16:27:04 +01:00
github-actions[bot]
ffa96ab0c0
Merge staging-next into staging 2022-04-02 18:01:37 +00:00
Alyssa Ross
8ba23e138d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/libraries/zlib/default.nix
	pkgs/development/lua-modules/overrides.nix
2022-04-02 16:45:48 +00:00
7c6f434c
8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
R. Ryantm
7602892115 go-ethereum: 1.10.16 -> 1.10.17 2022-04-01 19:32:20 +00:00
github-actions[bot]
9aa014c46a
Merge staging-next into staging 2022-03-31 12:02:10 +00:00
Alyssa Ross
22c23dbb8d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/google-auth-oauthlib/default.nix
2022-03-31 11:42:24 +00:00
Ben Siraphob
5187709ff7
Merge pull request #166508 from siraben/automake-buildinputs 2022-03-31 03:15:41 -05:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs 2022-03-30 20:17:24 -05:00
Alyssa Ross
fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Ben Siraphob
448c1d0e86
polkadot: fix darwin build 2022-03-29 09:33:10 -05:00
github-actions[bot]
8357b101a5
Merge staging-next into staging 2022-03-25 12:02:05 +00:00
Ben Siraphob
1cf5591a99
Merge pull request #165303 from Stunkymonkey/treewide-pname-version-18 2022-03-24 22:55:34 -05:00
Doron Behar
4a02c56a7d
Merge pull request #164746 from ncfavier/makeWrapper-chdir 2022-03-24 13:51:27 +02:00
R. Ryantm
4885b0bcf4 wasabiwallet: 1.1.12.9 -> 1.1.13.1 2022-03-24 05:59:14 +00:00
R. Ryantm
cef71b49d5 wasabibackend: 1.1.13.0 -> 1.1.13.1 2022-03-24 05:54:25 +00:00
Felix Buehler
e0476d93fe treewide: rename name to pname&version 2022-03-23 22:34:54 +01:00
Sandro
aeadc86174
Merge pull request #165143 from andresilva/andre/polkadot-0.9.18 2022-03-23 04:55:33 +01:00
Pavol Rusnak
56251d43f8
Merge pull request #165186 from Obikawa/trezor
trezor-suite: 22.1.1 -> 22.3.2
2022-03-22 09:36:44 +01:00
André Silva
214be243c9
polkadot: 0.9.17 -> 0.9.18 2022-03-21 18:19:00 +00:00
Sandro
2a896cbbdf
Merge pull request #164736 from andresilva/andre/polkadot-0.9.17 2022-03-20 19:50:38 +01:00
Sandro
5e17c6ca7e
Merge pull request #164554 from lourkeur/update/chia 2022-03-20 18:38:16 +01:00
Marek Paśnikowski
e552776181
trezor-suite: 22.1.1 -> 22.3.2 2022-03-19 23:11:02 +01:00
R. Ryantm
427e1072fb alfis: 0.6.10 -> 0.6.11 2022-03-19 16:55:46 -04:00
Naïm Favier
9160044f5f
treewide/makeWrapper: replace --run cd with --chdir
Lay the groundwork for switching to binary wrappers by reducing uses
of `--run` (which is not supported by `makeBinaryWrapper`).
2022-03-19 09:46:31 +01:00
André Silva
ed8b78ca8c
polkadot: 0.9.16 -> 0.9.17 2022-03-18 16:34:31 +00:00
Louis Bettens
4461664652 chia: 1.3.0 -> 1.3.1 2022-03-17 09:36:52 +01:00
Emmanuel Rosa
131ca9006d bisq-desktop: 1.8.2 -> 1.8.4 2022-03-11 17:02:41 -05:00
Bobby Rong
5f5bddd15e
Merge pull request #163373 from andresilva/ledger-live-2.39.2
ledger-live-desktop: 2.38.3 -> 2.39.2
2022-03-10 13:29:02 +08:00
nixbitcoin
5a55a0becd
electrs: 0.9.5 -> 0.9.6 2022-03-09 12:07:45 +00:00
Pavol Rusnak
b2f1f70872
Merge pull request #162395 from nepet/clightning/darwin
clightning: add darwin support
2022-03-09 12:09:06 +01:00
André Silva
41301bfc15
ledger-live-desktop: 2.38.3 -> 2.39.2 2022-03-08 20:33:15 +00:00
Louis Bettens
1c0b4be682 chia: 1.2.11 -> 1.3.0 2022-03-08 08:13:55 -08:00
markuskowa
0585c105e9
Merge pull request #162156 from r-ryantm/auto-update/erigon
erigon: 2022.02.03 -> 2022.02.04
2022-03-05 15:08:17 +01:00
Raghav Sood
efff462fd3
Merge pull request #162629 from r-ryantm/auto-update/exodus
exodus: 22.2.11 -> 22.2.25
2022-03-05 20:30:29 +08:00
Peter Neuroth
d39c8a2bf6
clightning: add sigining for darwin
We need this for darwin-aarch64 support
2022-03-04 15:56:48 +01:00
R. Ryantm
74518e846d elements: 0.21.0.1 -> 0.21.0.2 2022-03-04 05:49:48 +00:00
R. Ryantm
9ae895e3c7 exodus: 22.2.11 -> 22.2.25 2022-03-03 13:52:02 +00:00
Peter Neuroth
324f0a4e76
fixup! clightning: add darwin support 2022-03-03 14:02:50 +01:00
Peter Neuroth
72d265d548
clightning: add darwin support
- Patch usage of gsed to sed
- Add darwin natives
2022-03-03 13:57:36 +01:00
Erik Arvstedt
7bf016e8c3
btcpayserver: 1.4.6 -> 1.4.7 2022-03-02 13:25:42 +01:00
R. Ryantm
a0725631f7 erigon: 2022.02.03 -> 2022.02.04 2022-02-28 04:51:48 +00:00
Bobby Rong
426a50f0f8
Merge pull request #160990 from veprbl/pr/broken_oxen
oxen: mark as broken on darwin
2022-02-26 19:50:10 +08:00
R. Ryantm
4ed702b59d erigon: 2022.02.02 -> 2022.02.03 2022-02-25 19:54:55 -08:00
R. Ryantm
35e9fa3d13 exodus: 21.12.3 -> 22.2.11 2022-02-25 13:51:52 -08:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Renaud
ff520dc746
Merge pull request #159596 from r-ryantm/auto-update/namecoind
namecoind: nc0.21.1 -> nc22.0
2022-02-24 19:31:55 +01:00
José Romildo Malaquias
f1143cb501
Merge pull request #161144 from romildo/new.git-updater
gitUpdater: init
2022-02-23 18:48:24 -03:00
Renaud
8ddc676ed3
Merge pull request #152784 from r-ryantm/auto-update/lightwalletd
lightwalletd: 0.4.8 -> 0.4.9
2022-02-23 20:35:03 +01:00
Renaud
4f6f7592e2
Merge pull request #159463 from r-ryantm/auto-update/erigon
erigon: 2022.01.02 -> 2022.02.02
2022-02-23 19:52:01 +01:00
Pavol Rusnak
30b10a87fb
Merge pull request #161234 from nixbitcoin/btcpayserver-1.4.6
btcpayserver: 1.4.4 -> 1.4.6
2022-02-22 15:15:23 +01:00
Wanja Zaeske
2d67cc2bf6 removing maintainer wucke13 from some packages 2022-02-21 22:58:18 +01:00
José Romildo
ba59355e81 gitUpdater: init
- Add the 'gitUpdater' helper function to update git based packages, using the
'genericUpdater' function.
- Rework argument passing to the `list-git-tags' and 'list-archive-two-level-versions' scripts.
- Replace 'genericUpdater' plus 'list-git-tags' by 'gitUpdater'
2022-02-21 13:01:49 -03:00
nixbitcoin
a01f82c943
btcpayserver: 1.4.4 -> 1.4.6 2022-02-21 13:29:43 +00:00
Dmitry Kalinkin
015845aa4b
oxen: mark as broken on darwin 2022-02-19 20:36:29 -05:00
R. RyanTM
41fc14e3ed
exodus: 21.10.25 -> 21.12.3
(#150190)
2022-02-19 22:36:33 +01:00
R. RyanTM
fdaa640dae
aeon: 0.13.0.0 -> 0.14.1.0
(#150368)
2022-02-19 21:38:42 +01:00
Malo Bourgon
7b902dcaab ledger-live-desktop: 2.38.2 -> 2.38.3 2022-02-18 16:39:51 -08:00
R. Ryantm
e9523119c4 go-ethereum: 1.10.15 -> 1.10.16 2022-02-16 09:23:12 +00:00
R. RyanTM
9dee6cdb29
snarkos: 2.0.1 -> 2.0.2 (#160227) 2022-02-15 18:36:44 -05:00
R. Ryantm
34365cdfc4 ergo: 4.0.20.1 -> 4.0.23 2022-02-12 20:09:00 -08:00
R. Ryantm
223709c388 namecoind: nc0.21.1 -> nc22.0 2022-02-12 17:17:39 +00:00
Yt
829a375ea6
snarkos: unstable-2021-01-21 -> 2.0.1 (#159435) 2022-02-12 21:59:39 +09:00
Renaud
fe5b7d6e3d
Merge pull request #158581 from brandonweeks/whirlpool
whirlpool-gui: remove
2022-02-12 11:29:06 +01:00
Brandon Weeks
cdfac76b72 whirlpool-gui: remove
whirlpool-gui depends on the very out dated Electron 7. Upstream does
not appear to be tracking newer versions of Electron.

https://code.samourai.io/whirlpool/whirlpool-gui
2022-02-12 01:08:14 -08:00
R. Ryantm
7dd2f0edd6 erigon: 2022.01.02 -> 2022.02.02 2022-02-12 06:52:40 +00:00
André Silva
cf4e6208c1
polkadot: fix commit hash fetch for version string 2022-02-11 16:00:18 +00:00
André Silva
a97ecb5751
Merge pull request #158224 from asymmetric/polkadot-0.9.16
polkadot: 0.9.14 -> 0.9.16
2022-02-11 13:07:25 +00:00
Lein Matsumaru
f42258b85a
erigon: 2021.09.04 -> 2022.01.02 2022-02-11 07:50:27 +00:00
neirenoir
948603bb97 ledger-live-desktop: 2.37.2 -> 2.38.2 2022-02-08 11:44:20 -08:00
neirenoir
0a15821ee7 ledger-live-desktop: 2.37.2 -> 2.38.2
They had to update it. Again.
2022-02-08 11:44:20 -08:00
Pavol Rusnak
79c9085b9b
Merge pull request #158616 from nixbitcoin/lightning-loop-0.17.0-beta
lightning-loop: 0.16.0-beta -> 0.17.0-beta
2022-02-08 15:53:57 +01:00
Pavol Rusnak
18a062b02d
Merge pull request #158624 from nixbitcoin/btcpayserver-1.4.4
btcpayserver: 1.4.3 -> 1.4.4
2022-02-08 15:31:34 +01:00
nixbitcoin
2c9572c862
lightning-loop: 0.16.0-beta -> 0.17.0-beta 2022-02-08 14:30:41 +01:00
Marek Mahut
829942fd95
Merge pull request #155648 from mmahut/mmahut/besu
besu: init at 21.10.8
2022-02-08 14:15:13 +01:00
nixbitcoin
547809e2be
btcpayserver: 1.4.3 -> 1.4.4 2022-02-08 13:50:36 +01:00
Pavol Rusnak
51c7e272d9
Merge pull request #157707 from nixbitcoin/btcpayserver-1.4.2
btcpayserver: 1.3.7 -> 1.4.3
2022-02-06 15:55:13 +01:00
nixbitcoin
d3d6dd802c
btcpayserver: 1.3.7 -> 1.4.3 2022-02-06 15:02:53 +01:00
Pavol Rusnak
1ce6ed1917
Merge pull request #157687 from prusnak/fulcrum
fulcrum: init at 1.6.0
2022-02-05 12:39:47 +01:00
Lorenzo Manacorda
e12f6d2117
polkadot: 0.9.14 -> 0.9.16 2022-02-05 10:38:53 +01:00
André Silva
3c8f4469e2 ledger-live-desktop: 2.36.3 -> 2.37.2 2022-02-04 18:34:48 -08:00
Erik Arvstedt
80a70ce0d5
electrs: 0.9.4 -> 0.9.5 2022-02-04 22:51:50 +01:00
Pavol Rusnak
2dce6e7aa0
lnd: 0.14.1-beta -> 0.14.2-beta 2022-02-04 17:41:24 +01:00
Bobby Rong
07875d32d5
Merge pull request #157850 from emmanuelrosa/bisq-update
bisq-desktop: 1.8.0 -> 1.8.2
2022-02-04 15:40:48 +08:00
vdovhanych
e0a91196b5
trezor-suite: 21.12.2 -> 22.1.1 2022-02-03 10:34:32 +01:00
Emmanuel Rosa
b79be18d8c bisq-desktop: 1.8.0 -> 1.8.2 2022-02-02 09:25:31 -05:00
Pavol Rusnak
d77eae8f75
fulcrum: init at 1.6.0 2022-02-02 12:42:21 +01:00