3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

1230 commits

Author SHA1 Message Date
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
nixbitcoin 7a6c6bb65c
nbxplorer: 2.2.18 -> 2.2.20 2022-02-01 16:00:48 +01:00
R. Ryantm 640c541e4f ergo: 4.0.16.2 -> 4.0.20.1 2022-01-31 10:05:12 -08:00
zowoq bf50ad2b1a erigon: update vendorSha256 2022-01-31 17:24:26 +10:00
Marek Mahut b52c3e742e besu: init at 21.10.8 2022-01-26 15:46:36 +01:00
Patrick Hilhorst 4ed7bed68d
Merge branch 'master' into nixos-tests-missing 2022-01-24 12:05:30 +01:00
Sandro 10af00330c
Merge pull request #156184 from Groestlcoin/groestlcoin 2022-01-24 02:36:02 +01:00
gruve-p 667ff18435 Groestlcoin: init at 22.0
Co-Authored-By: Sandro <sandro.jaeckel@gmail.com>
2022-01-23 22:38:59 +01:00
Fabian Möller 4329d79dba
nixos/tests: link tests to their packages 2022-01-23 21:08:10 +01:00
Yt deaf36f4c6
snarkos: init at unstable-2021-01-21 (#156209) 2022-01-24 00:21:02 +09:00
Bobby Rong c2fc40db31
Merge pull request #155078 from centromere/zcash-4.6.0-1
zcash: 4.5.1 -> 4.6.0-1
2022-01-19 11:24:44 +08:00
Robert Schütz d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
Pavol Rusnak 5c32667d6e
Merge pull request #154677 from IvarWithoutBones/dotnetModule-installphase
buildDotnetModule: wrap executables in preFixup
2022-01-16 15:22:54 +01:00
Alex Wied 4fb58529f6 zcash: 4.5.1 -> 4.6.0-1 2022-01-15 01:55:32 -05:00
Felix Bühler f0616a2045
Merge pull request #153862 from Stunkymonkey/treewide-github-5
treewide: switch to fetchFromGitHub
2022-01-13 00:24:44 +01:00
Sandro 2eeb583c54
Merge pull request #154182 from Stunkymonkey/wownero-fetchgit 2022-01-12 11:43:44 +01:00
IvarWithoutBones 63477f9a27 wasabibackend: use postFixup instead of postInstall 2022-01-12 01:56:27 +01:00
IvarWithoutBones 00ea8f615e nbxplorer: use postFixup instead of preInstall 2022-01-12 01:56:16 +01:00
IvarWithoutBones 05ea38abd0 btcpayserver: use postFixup instead of postInstall 2022-01-12 00:23:54 +01:00
Michele Guerini Rocco be1896bdd9
Merge pull request #154645 from r-ryantm/auto-update/monero-gui
monero-gui: 0.17.3.0 -> 0.17.3.1
2022-01-11 23:47:37 +01:00
R. Ryantm e781760ec4 monero-gui: 0.17.3.0 -> 0.17.3.1 2022-01-11 20:07:46 +00:00
Jörg Thalheim 26a427db4f
Merge pull request #154293 from Mic92/paritiy-ui
parity-ui: drop broken package
2022-01-11 18:23:31 +00:00
Felix Buehler d7c5359249 wownero: use fetchFromGitea 2022-01-10 23:30:35 +01:00
Yt 21dc827a94
solana-testnet: init at 1.9.2 (#152055) 2022-01-11 06:56:47 +09:00
Jörg Thalheim 423448195a parity-ui: drop broken package 2022-01-10 16:25:53 +01:00
Felix Buehler a3480de4d4 elements: switch to fetchFromGitHub 2022-01-08 15:38:02 +01:00
adisbladis 1e1030d4dc
Merge pull request #153922 from jyooru/update/go-ethereum
go-ethereum: 1.10.14 -> 1.10.15
2022-01-08 15:40:35 +12:00
Joel a6c6a7c440
go-ethereum: 1.10.14 -> 1.10.15 2022-01-08 09:05:41 +10:00
Ben Siraphob 95d3bdb7a6
bitcoin: update homepage 2022-01-07 16:45:51 +07:00
Bobby Rong a1f94f1872
Merge pull request #153560 from jonringer/dashpay
dashpay.src: fix sha256
2022-01-06 12:49:30 +08:00
zowoq 96b524c47b erigon: switch to proxyVendor 2022-01-06 14:00:58 +10:00
Jonathan Ringer e604394699
bitcoin-classic.src: fix sha 2022-01-04 22:13:12 -08:00
Jonathan Ringer 8df2c9feb4
dashpay.src: fix sha256 2022-01-04 21:41:37 -08:00
Pavol Rusnak d61332c196
Merge pull request #153328 from prusnak/electrs
electrs: 0.9.3 -> 0.9.4
2022-01-04 13:07:14 +01:00
Pavol Rusnak 8fe985265f
Merge pull request #152843 from IvarWithoutBones/dotnetModule/wasabibackend
wasabibackend: 1.1.12 -> 1.1.13.0, use buildDotnetModule
2022-01-03 17:05:56 +01:00
IvarWithoutBones 59da9130e8 wasabibackend: 1.1.12 -> 1.1.13.0, use buildDotnetModule 2022-01-03 16:54:07 +01:00
Pavol Rusnak 839cab1c9c
electrs: 0.9.3 -> 0.9.4 2022-01-03 14:14:09 +01:00
zowoq 36b5fc4b36 buildGoModule packages: remove unnecessary runVend 2022-01-01 15:55:33 +10:00
R. Ryantm 7604ea1902 ergo: 4.0.16 -> 4.0.16.2 2021-12-30 22:21:00 -08:00
R. Ryantm dd1cc5d9ab lightwalletd: 0.4.8 -> 0.4.9 2021-12-30 19:39:39 +00:00
adisbladis 9d9924adef
Merge pull request #152712 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.10.11 -> 1.10.14
2021-12-31 05:59:12 +12:00
Erik Arvstedt 5b98e38265
btcpayserver: 1.3.6 -> 1.3.7 2021-12-30 16:02:32 +01:00
Erik Arvstedt fa7999d954
btcpayserver: fix update script
The script was broken when nixpkgs-unstable was in NIX_PATH, which
resulted in nix 2.5 being used instead of 2.3.
It now works with nixpkgs-unstable and `nixpkgs-21.*`.
2021-12-30 15:59:32 +01:00
Pavol Rusnak a67d320b28
Merge pull request #152711 from nixbitcoin/lightning-pool-0.5.3
lightning-pool: 0.5.1 -> 0.5.3
2021-12-30 15:13:25 +01:00
nixbitcoin d3733cdccc
lightning-pool: 0.5.1 -> 0.5.3 2021-12-30 14:07:11 +00:00
R. Ryantm d8f9584dd5 go-ethereum: 1.10.11 -> 1.10.14 2021-12-30 13:57:26 +00:00
nixbitcoin 0ad49b56a7
lightning-loop: 0.15.0 -> 0.16.0 2021-12-30 13:47:27 +00:00
Bobby Rong 138815ad64
Merge pull request #152172 from r-ryantm/auto-update/alfis
alfis: 0.6.9 -> 0.6.10
2021-12-26 18:33:32 +08:00
R. Ryantm f84139ef5e alfis: 0.6.9 -> 0.6.10 2021-12-26 00:46:00 +00:00
Raghav Sood eac07edbd2
Merge pull request #151925 from jmininger/jam/ledger-live-desktop-2.36.3
ledger-live-desktop: 2.36.2 -->  2.36.3
2021-12-24 12:21:11 +08:00
jmininger 943096eaff bump ledger-live-desktop to 2.36.3 2021-12-23 18:02:56 -05:00
Felix Buehler 81eb599e8d nuget-to-nix: update to use pname instead of name 2021-12-23 22:47:34 +01:00
Sandro 3c3660c56a
Merge pull request #149041 from r-ryantm/auto-update/dogecoin 2021-12-22 06:32:57 +01:00
Bobby Rong 075c92ece4
Merge pull request #148345 from onsails/polkadot
polkadot: 0.9.12-1 -> 0.9.14
2021-12-17 15:08:52 +08:00
Raghav Sood 1ea8b08156
Merge pull request #150110 from andresilva/ledger-live-2.36.2
ledger-live-desktop: 2.35.2 -> 2.36.2
2021-12-16 09:50:49 +08:00
R. Ryantm cf91971215 bisq-desktop: 1.7.5 -> 1.8.0 2021-12-13 11:57:16 +00:00
Andrey Kuznetsov c6ec86e7de
polkadot: 0.9.12-1 -> 0.9.14 2021-12-10 21:26:51 +00:00
Pavol Rusnak 389c60770a
trezor-suite: 21.11.2 -> 21.12.2 2021-12-10 22:24:21 +01:00
André Silva c902763ea1
ledger-live-desktop: 2.35.2 -> 2.36.2 2021-12-10 18:56:20 +00:00
Pavol Rusnak 36bb1f2dea
Merge pull request #149939 from rnhmjoj/pr-monero
monero-{cli,gui}: 0.17.2.3 -> 0.17.3.0
2021-12-10 13:17:41 +01:00
Raghav Sood 7b8b30d00e
Merge pull request #143720 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.10.8 -> 1.10.11
2021-12-10 10:53:56 +08:00
rnhmjoj ebf7c3606c
monero-{cli,gui}: 0.17.2.3 -> 0.17.3.0 2021-12-10 00:19:02 +01:00
nixbitcoin bdfdfff966
elements: 0.21.0 -> 0.21.0.1 2021-12-08 13:04:08 +00:00
R. Ryantm fdeae33345 ergo: 4.0.15 -> 4.0.16 2021-12-06 18:00:57 +00:00
R. Ryantm ec3c8d827a dogecoin: 1.14.4 -> 1.14.5 2021-12-06 14:55:54 +00:00
Guillaume Girol 75faf46d7a
Merge pull request #147020 from mmilata/lndmanage-0.14
lndmanage: 0.13.0 -> 0.14.0
2021-12-04 09:56:27 +00:00
André Silva 86bc786589
ledger-live-desktop: 2.35.1 -> 2.35.2 2021-11-30 13:58:55 +00:00
Michele Guerini Rocco af63e81ad9
Merge pull request #147683 from rnhmjoj/pr-monero-cli
monero: rename to monero-cli
2021-11-28 16:54:21 +01:00
rnhmjoj 97a3b2af1d
monero: rename to monero-cli
To make repology.org happy, use the -cli suffix.
2021-11-28 11:35:14 +01:00
arkivm 8874d30775
dero: remove package (#147656)
Package is not maintained since 2018 and officially retired
https://github.com/deroproject/dero/blob/master/README.md
2021-11-28 04:46:17 -05:00
TredwellGit 0dd351d423 trezor-suite: 21.10.2 -> 21.11.2
https://github.com/trezor/trezor-suite/releases/tag/v21.11.1
https://github.com/trezor/trezor-suite/releases/tag/v21.11.2
2021-11-26 23:48:25 +00:00
Erik Arvstedt bb0f6ad8d2
lnd: 0.14.0-beta -> 0.14.1-beta 2021-11-25 00:39:30 +01:00
Pavol Rusnak d6d496e525
Merge pull request #146628 from erikarvstedt/btcpayserver-1.3.5
btcpayserver: 1.3.3 -> 1.3.6
2021-11-24 09:51:42 +01:00
Martin Milata 3a58cd414f lndmanage: 0.13.0 -> 0.14.0
https://github.com/bitromortac/lndmanage/releases/tag/v0.14.0
2021-11-22 18:07:43 +01:00
Erik Arvstedt eb90ae9972
electrs: 0.9.2 -> 0.9.3 2021-11-22 16:43:46 +01:00
Erik Arvstedt dacb164dff
btcpayserver: 1.3.3 -> 1.3.6 2021-11-22 15:30:56 +01:00
Erik Arvstedt f10d080046
nbxplorer: 2.2.16 -> 2.2.18 2021-11-22 15:30:50 +01:00
Pavol Rusnak b4f2fe5936
Merge pull request #146916 from prusnak/bitcoin-knots
bitcoin-knots: 0.20.0.knots20200614 -> 22.0.knots20211108
2021-11-21 20:14:32 +01:00
Pavol Rusnak 783dbd1ba8
bitcoin: fix tests on darwin by using en_US.UTF-8 instead of C.UTF-8 2021-11-21 20:01:05 +01:00
Pavol Rusnak ef9bcf24ca
bitcoin-knots: 0.20.0.knots20200614 -> 22.0.knots20211108
make bitcoin-knots/default.nix much more similar to bitcoin/default.nix
to simplify maintenance
2021-11-21 20:00:24 +01:00
Sandro b95292072f
Merge pull request #144241 from Stunkymonkey/applications-github-1 2021-11-19 17:09:37 +01:00
Sandro 1ca1038ae5
Merge pull request #138103 from misuzu/alfis-update 2021-11-19 17:04:14 +01:00
Pavol Rusnak 440af7420e
lnd: 0.13.4-beta -> 0.14.0-beta 2021-11-18 23:05:39 +01:00
Pavol Rusnak e4a4f3ba55
Merge pull request #146513 from erikarvstedt/simplify-clightning
clightning: improve build setup
2021-11-18 21:10:46 +01:00
Raghav Sood 5b52f74308
Merge pull request #146405 from aureleoules/master
ledger-live-desktop: 2.35.0 -> 2.35.1
2021-11-19 02:24:14 +08:00
Erik Arvstedt b7879b343a
clightning: improve build setup
- Simpler
- Allows modifying the configurePhase via `configureFlags`
2021-11-18 18:44:23 +01:00
Sandro 3db9ebca5e
Merge pull request #144733 from lourkeur/update/chia
chia: 1.2.10 -> 1.2.11
2021-11-18 12:30:08 +01:00
Aurèle Oulès e9f73120f6 ledger-live-desktop: 2.35.0 -> 2.35.1 2021-11-17 17:59:40 +01:00
misuzu cfc583ddcd alfis: 0.6.5 -> 0.6.9 2021-11-17 18:12:33 +02:00
figsoda 6ad04bcb7d
Merge pull request #146243 from figsoda/treewide-rust-feature
treewide: use buildFeatures and checkFeatures for rust packages
2021-11-16 21:00:48 -05:00
Pavol Rusnak 1663708500
Merge pull request #142468 from prusnak/dotnet-update
dotnet-sdk_3: 3.1.19 -> 3.1.21 + dotnet-sdk_5: 5.0.10 -> 5.0.12
2021-11-16 16:27:23 +01:00
Claudio Bley 8f256170e4
wasabibackend: Update dependencies 2021-11-16 15:54:33 +01:00
Claudio Bley caea8212da
wasabibackend: Use nixpkgs-fmt instead of nixfmt 2021-11-16 15:54:32 +01:00
figsoda c07e2bf52e alfis: use buildFeatures 2021-11-16 08:11:49 -05:00
figsoda ee8e2f8864 openethereum: use buildFeatures 2021-11-16 08:11:49 -05:00
André Silva 322841df2c
ledger-live-desktop: 2.34.4 -> 2.35.0 2021-11-15 19:25:39 +00:00
Pavol Rusnak ea9bc265b7
Merge pull request #145535 from prusnak/lnd
lnd: 0.13.3-beta -> 0.13.4-beta
2021-11-15 15:42:38 +01:00
Pavol Rusnak aa7981ebc4
Merge pull request #145823 from prusnak/rocksdb_6_23
rocksdb: reintroduce rocksdb 6.23.3 as rocksdb_6_23
2021-11-15 15:41:45 +01:00
Pavol Rusnak af9b2fc0ae
electrs: use rocksdb_6_23 2021-11-14 00:36:58 +01:00
Pavol Rusnak 06651404a6
electrs: bring back rocksdb dynamic linking 2021-11-14 00:36:58 +01:00
Thiago Kenji Okada 8b0bfcc1c3
Merge pull request #144433 from r-ryantm/auto-update/lightwalletd
lightwalletd: 0.4.7 -> 0.4.8
2021-11-13 20:10:58 -03:00
Sandro 6b46e6b0f0
Merge pull request #144635 from gardspirito/alfis-dialog 2021-11-13 13:27:02 +01:00
Pavol Rusnak 201661a628
bitcoin: fix build on Darwin
- use boost 1.7x - that's what upstream is doing anyway
- use autoSignDarwinBinariesHook on aarch64-darwin
2021-11-12 22:43:48 +01:00
Pavol Rusnak 06ddf344d8
lnd: 0.13.3-beta -> 0.13.4-beta 2021-11-11 21:00:52 +01:00
Artturi 1f40da32df
Merge pull request #145113 from lourkeur/fix_145111
chia: fix spurious permissions warning
2021-11-10 13:16:02 +02:00
xaverdh 03a257e5a3
treewide: quote urls according to rfc 0045 (#145260)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-10 11:37:56 +01:00
gardspirito 01537c17e1
matrix-synapse: compile only against zenity & use wrapProgram instead of makeWrapper 2021-11-09 17:08:25 +03:00
Louis Bettens ac4e8f12a1 chia: fix spurious permissions warning
Fixes #145111
2021-11-08 22:06:43 +01:00
Louis Bettens 916595e6a1 chia-plotter: unstable -> 1.1.7 2021-11-06 14:42:09 +01:00
Louis Bettens 5d389f21e1 chia: 1.2.10 -> 1.2.11 2021-11-05 19:44:41 +01:00
Erik Arvstedt 34913fa4e8
btcpayserver: 1.3.2 -> 1.3.3 2021-11-05 11:31:44 +01:00
Bernardo Meurer 471043b174
Merge pull request #144308 from andresilva/ledger-live-2.34.4
ledger-live-desktop: 2.34.3 -> 2.34.4
2021-11-04 16:07:51 -07:00
gardspirito ad2f75b559
alfis: Add support for GUI dialogs 2021-11-04 21:50:27 +03:00
Pavol Rusnak 164173d0fc
Merge pull request #144631 from erikarvstedt/btcpayserver-1.3.2
btcpayserver: 1.3.1 -> 1.3.2
2021-11-04 18:11:50 +01:00
Ryan Mulligan 630e21704e
Merge pull request #144536 from r-ryantm/auto-update/polkadot
polkadot: 0.9.12 -> 0.9.12-1
2021-11-04 09:38:49 -07:00
Erik Arvstedt 661f05bc50
btcpayserver: 1.3.1 -> 1.3.2 2021-11-04 17:35:21 +01:00
Pavol Rusnak 9ee3139d4e
clightning: 0.10.1 -> 0.10.2 2021-11-03 23:17:36 +01:00
R. Ryantm 103623757c polkadot: 0.9.12 -> 0.9.12-1 2021-11-03 20:49:25 +00:00
R. Ryantm 365c38c5a1 lightwalletd: 0.4.7 -> 0.4.8 2021-11-03 12:22:25 +00:00
André Silva e67f73ba03
ledger-live-desktop: 2.34.3 -> 2.34.4 2021-11-02 23:57:47 +00:00
Felix Buehler 2a8a50b457 particl-core: switch to fetchFromGitHub 2021-11-02 19:49:29 +01:00
Pavol Rusnak d752ffcd23
Merge pull request #144114 from erikarvstedt/electrs-0.9.2
electrs: 0.9.1 -> 0.9.2
2021-11-01 15:00:00 +01:00
Erik Arvstedt 80521a98ac
electrs: 0.9.1 -> 0.9.2 2021-11-01 14:27:59 +01:00
Erik Arvstedt 6b7aa566ef
electrs/update.sh: ensure tag is checked out
Cloning a tag-named branch introduced a supply chain attack vector,
because branch and tag contents might differ.
Now the hashed worktree always corresponds to the tag that is GPG-verified.
2021-11-01 14:27:59 +01:00
Erik Arvstedt 8c938b4319
btcpayserver: 1.2.4 -> 1.3.1 2021-10-31 12:46:37 +01:00
Mario Rodas 9132881b20
Merge pull request #143644 from r-ryantm/auto-update/ergo
ergo: 4.0.13 -> 4.0.15
2021-10-30 04:36:08 -05:00
R. Ryantm 2cb17fa487 go-ethereum: 1.10.8 -> 1.10.11 2021-10-29 19:08:42 +00:00
R. Ryantm 60068ca40c ergo: 4.0.13 -> 4.0.15 2021-10-29 11:39:23 +00:00
Bobby Rong e9d8a045d5
Merge pull request #143509 from r-ryantm/auto-update/bisq-desktop
bisq-desktop: 1.7.4 -> 1.7.5
2021-10-29 10:25:02 +08:00
R. Ryantm de1e932add bisq-desktop: 1.7.4 -> 1.7.5 2021-10-29 00:29:16 +00:00
notusknot 3d29e43201
exodus: 20.8.19 -> 21.10.25 (#143047)
Co-authored-by: notusknot <notusknot@gmail.com>
2021-10-28 23:27:40 +02:00
Pavol Rusnak b576307a2a
Merge pull request #143080 from prusnak/eclair
eclair: 0.6.1 -> 0.6.2
2021-10-27 13:17:24 +02:00
Pavol Rusnak 3813c56ac7
eclair: 0.6.1 -> 0.6.2 2021-10-27 08:59:51 +02:00
Pavol Rusnak b870c24f93
Merge pull request #142894 from prusnak/elements
elements: 0.18.1.12 -> 0.21.0
2021-10-26 14:49:07 +02:00
Louis Bettens c8d2d59136 chia: 1.2.9 -> 1.2.10 2021-10-26 10:00:51 +02:00
Pavol Rusnak 05b60061ac
elements: 0.18.1.12 -> 0.21.0 2021-10-25 23:09:52 +02:00
Pavol Rusnak 8e18c70837
Merge pull request #142218 from IvarWithoutBones/use/nbxporer-buildDotnetModule
{btcpayserver,nbxplorer}: use buildDotnetModule
2021-10-25 10:21:49 +02:00
Erik Arvstedt a5e3a7e16c btcpayserver: use buildDotnetModule 2021-10-25 00:24:09 +02:00
IvarWithoutBones e8b4515f39 nbxplorer: use buildDotnetModule 2021-10-25 00:24:09 +02:00
Andrey Kuznetsov 9132873ad2
polkadot: 0.9.11 -> 0.9.12 2021-10-22 11:21:46 +00:00
André Silva 7a0afb8193
ledger-live-desktop: 2.33.1 -> 2.34.3 2021-10-20 19:02:09 +01:00
Pavol Rusnak d31c9bd3f0
Merge pull request #139571 from prusnak/dotnet-cleanup
dotnet: cleanup; point dotnet-sdk alias to 5.0; remove unsupported SDKs
2021-10-19 09:16:11 +02:00
Erik Arvstedt e7933f35d4
electrs: 0.9.0 -> 0.9.1 2021-10-19 01:52:44 +02:00
Erik Arvstedt 890ca19818
electrs: add update script 2021-10-19 01:52:44 +02:00
Erik Arvstedt aeaf4453be
electrs: use SRI hashes 2021-10-19 01:36:08 +02:00
Pavol Rusnak eca667180b
dotnet: cleanup; point dotnet-sdk alias to 5_0; remove unsupported SDKs 2021-10-18 23:46:17 +02:00
Pavol Rusnak 7a1ccd76de
trezor-suite: 21.9.2 -> 21.10.2 2021-10-15 17:27:33 +02:00
Pavol Rusnak 6e104e2517
lightning-pool: 0.5.0-alpha -> 0.5.1-alpha 2021-10-12 16:15:38 +02:00
Ryan Burns e7dbc2ffb8
Merge pull request #135126 from r-ryantm/auto-update/dogecoin
dogecoin: 1.14.3 -> 1.14.4
2021-10-10 16:47:50 -07:00
nixbitcoin 965caf6b99
btcpayserver: 1.2.3 -> 1.2.4 2021-10-10 15:45:25 +00:00
nixbitcoin 515291906e
nbxplorer: 2.2.5 -> 2.2.11 2021-10-10 15:44:36 +00:00
Andrey Kuznetsov d33a1ca677
polkadot: 0.9.10 -> 0.9.11 2021-10-08 10:06:47 +00:00
Sandro dcd956d1df
Merge pull request #139983 from centromere/zcash-4.5.1 2021-10-08 00:04:48 +02:00
Ryan Burns 41574158a0 libgpg-error: rename from libgpgerror
Matches pname and upstream project name
2021-10-06 18:23:43 -07:00
Artturi e0c323f6f1
Merge pull request #139103 from r-ryantm/auto-update/particl-core
particl-core: 0.19.2.13 -> 0.19.2.14
2021-10-05 15:03:35 +03:00
Pavol Rusnak e6016fe951
lnd: 0.13.1-beta -> 0.13.3-beta 2021-10-04 22:09:49 +02:00
Sandro da1e1847dc
Merge pull request #140148 from lourkeur/update/chia 2021-10-04 11:15:11 +02:00
Louis Bettens a867c65d39 chia: 1.2.7 -> 1.2.9 2021-10-04 09:19:31 +02:00
iceman-p d5735ae18d
erigon: 2021.09.02 -> 2021.09.04 (#139646)
Co-authored-by: Iceman <iceman@satisfiesvalues.org>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-03 21:02:27 +02:00
Erik Arvstedt 2e13a9cc6d
electrs: fix missing metrics feature
With electrs 0.9.0, option `--no-default-features` disables the `metrics`
feature, which brakes electrs option `--monitoring-addr`.

Fix this by removing `--no-default-features`, which is no longer needed
for dynamic linking in 0.9.0.
2021-09-30 14:31:28 +02:00
Sandro ad266cac49
Merge pull request #140018 from prusnak/electrs-next 2021-09-30 14:17:37 +02:00
Pavol Rusnak c2b15153a8
electrs: 0.8.12 -> 0.9.0 2021-09-30 11:20:30 +02:00