Commit graph

435 commits

Author SHA1 Message Date
Pavol Rusnak b002d7455d
clightning: use system libsodium 2021-01-25 19:23:58 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Pavol Rusnak e06e847595
Merge pull request #110236 from prusnak/clightning
clightning: 0.9.2 -> 0.9.3
2021-01-25 18:29:33 +01:00
Mario Rodas e3841ef0c7
Merge pull request #110415 from r-ryantm/auto-update/exodus
exodus: 21.1.7 -> 21.1.18
2021-01-24 12:13:14 -05:00
Mario Rodas d17e7230e4
Merge pull request #110524 from r-ryantm/auto-update/openethereum
openethereum: 3.1.0 -> 3.1.1
2021-01-24 12:03:10 -05:00
Sandro 10a27d6d52
Merge pull request #110515 from andresilva/polkadot-0.8.27
polkadot: 0.8.26-1 -> 0.8.27
2021-01-23 13:29:03 +01:00
R. RyanTM 3b9267a0ad openethereum: 3.1.0 -> 3.1.1 2021-01-22 18:29:41 +00:00
André Silva 252ebe654e
polkadot: 0.8.26-1 -> 0.8.27 2021-01-22 17:16:14 +00:00
R. RyanTM 2c3a8d9ec5 exodus: 21.1.7 -> 21.1.18 2021-01-21 23:38:47 +00:00
Pavol Rusnak 59db3cdf1e clightning: 0.9.2 -> 0.9.3 2021-01-21 11:10:41 +01:00
Sandro 70901643ed
Merge pull request #109449 from xwvvvvwx/turbo-geth-2021.01.01
turbo-geth: 2020.12.02 -> 2021.01.01
2021-01-19 12:06:46 +01:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Pavol Rusnak 6342a1ad5a
bitcoin: use higher resolution icon 2021-01-18 23:28:29 +01:00
David Terry a9cf6a3824
turbo-geth: 2020.12.02 -> 2021.01.01 2021-01-18 16:46:51 +01:00
Pavol Rusnak 50cbe8b517
Merge pull request #106837 from prusnak/bitcoin-no-wallet
bitcoin: 0.20.1 -> 0.21.0 + allow build without wallet
2021-01-17 20:36:05 +01:00
Pavol Rusnak f324c9a0b6
bitcoin: 0.20.1 -> 0.21.0
+ add sqlite to buildInputs (if wallet is enabled)
2021-01-16 21:11:21 +01:00
Pavol Rusnak 672607c41f
bitcoin: introduce withWallet flag, allow building without wallet 2021-01-16 18:14:48 +01:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Sandro 10c8ab5e23
Merge pull request #109018 from 06kellyjac/exodus
exodus: 20.12.4 -> 21.1.7
2021-01-13 08:49:47 +01:00
Sandro e35938ab71
Merge pull request #109135 from divanorama/mycrypto_1.7.13
mycrypto: 1.7.12 -> 1.7.13
2021-01-12 23:45:26 +01:00
Pavol Rusnak e6229b82f0
Merge pull request #108945 from prusnak/electrs
electrs: init at 0.8.6
2021-01-12 23:33:53 +01:00
Dmitry Ivankov c249d03341 mycrypto: 1.7.12 -> 1.7.13 2021-01-12 19:06:41 +01:00
06kellyjac 245e4b7961 exodus: 20.12.4 -> 21.1.7 2021-01-12 15:02:47 +00:00
Pavol Rusnak 488c4cf2e5
electrs: init at 0.8.6 2021-01-12 10:04:16 +01:00
Pavol Rusnak db132fe8db
Merge pull request #109026 from rnhmjoj/monero
monero: 0.1.17.8 -> 0.1.17.9
2021-01-11 17:17:48 +01:00
rnhmjoj bb3b833e36
monero-gui: 0.17.1.8 -> 0.17.1.9 2021-01-11 16:09:49 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
rnhmjoj 2b29ae506e
monero: 0.17.1.8 -> 0.17.1.9 2021-01-10 23:31:07 +01:00
github-actions[bot] e251591528
Merge master into staging-next 2021-01-09 01:00:25 +00:00
David Terry 4a34012027
lndconnect: init at 0.2.0 2021-01-05 12:37:20 +01:00
John Ericson b03fdcc7f9
Merge pull request #108300 from siraben/parallel-cmake
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 13:22:09 -05:00
github-actions[bot] 0649757570
Merge staging-next into staging 2021-01-03 12:24:59 +00:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
rnhmjoj 91a9229324
monero-gui: 0.17.1.7 -> 0.17.1.8 2021-01-03 11:04:10 +01:00
rnhmjoj 4e1464e63f
monero: 0.17.1.7 -> 0.17.1.8 2021-01-03 11:03:49 +01:00
Ben Siraphob 3496ce2a0c treewide: remove trailing whitespaces 2021-01-01 10:41:04 -08:00
Dmitry Ivankov d68dcf97d7 ledger-live-desktop: 2.18.0 -> 2.19.0
https://github.com/LedgerHQ/ledger-live-desktop/releases/tag/v2.19.0
2020-12-27 17:48:36 +01:00
Raghav Sood b428cee2bf
Merge pull request #107184 from alyssais/zcash
zcash: 2.1.1-1 -> 4.1.1; fix build
2020-12-26 02:30:51 +00:00
Pavol Rusnak b45e4ddb25 monero-gui: 0.17.1.6 -> 0.17.1.7
enable and fix darwin build
2020-12-22 12:12:11 +01:00
Pavol Rusnak bf5af0252b monero: 0.17.1.6 -> 0.17.1.7 2020-12-22 12:12:00 +01:00
Alyssa Ross 17afca5885
zcash: 2.1.1-1 -> 4.1.1; fix build
This is pretty much a repackaging, because a lot has changed about
zcash in two major versions.  Lots of libraries are no longer
necessary, and librustzcash is now part of the zcash package as
opposed to being a library supposed to be built seperately.

The whole thing is a buildRustPackage because that's easier than
trying to emulate buildRustPackage's dependency setup behaviour inside
a normal mkDerivation.  So that the normal zcash build process is
followed, the actual configuring and building uses the normal stdenv
behaviour.
2020-12-19 01:21:13 +00:00
rnhmjoj 00d0fe5bf8
monero: 0.17.1.5 -> 0.17.1.6 2020-12-12 10:13:12 +01:00
Pavol Rusnak 0cbede4c78
Merge pull request #106632 from r-ryantm/auto-update/wasabiwallet
wasabiwallet: 1.1.12.2 -> 1.1.12.3
2020-12-11 18:26:53 +01:00
Raghav Sood 10fafe2125
Merge pull request #106596 from r-ryantm/auto-update/monero-gui
monero-gui: 0.17.1.5 -> 0.17.1.6
2020-12-11 09:57:23 +00:00
Raghav Sood d1d2da4135
Merge pull request #106628 from r-ryantm/auto-update/turbo-geth
turbo-geth: 2020.12.01 -> 2020.12.02
2020-12-11 09:50:25 +00:00
Raghav Sood 348eb9083e
go-ethereum: 1.9.24 -> 1.9.25 2020-12-11 08:32:03 +00:00
R. RyanTM 0f94a01a9f wasabiwallet: 1.1.12.2 -> 1.1.12.3 2020-12-11 05:29:29 +00:00
R. RyanTM 1e67bbac0a turbo-geth: 2020.12.01 -> 2020.12.02 2020-12-11 04:21:37 +00:00
R. RyanTM eb85197962 monero-gui: 0.17.1.5 -> 0.17.1.6 2020-12-10 20:38:13 +00:00
Raghav Sood 6c94fd93bc
Merge pull request #106010 from rnhmjoj/monero
monero 0.17.1.3 -> 0.17.1.5
2020-12-06 14:48:59 +00:00