Commit graph

164 commits

Author SHA1 Message Date
Jörg Thalheim 4bb17f5860
Merge pull request #36121 from roconnor/bitcoin
bitcoin: 0.15.1 -> 0.16.0
2018-03-02 15:19:35 +00:00
adisbladis 11d6ada755
seth: 0.6.2 -> 0.6.3 2018-03-02 21:23:31 +08:00
adisbladis 7e39f46427
ethabi: 1.0.4 -> 4.1.0 2018-03-02 21:20:30 +08:00
Russell O'Connor 1759eec2e9 bitcoin: Disable darwin builds
bitcoin requires hexdump to build.
In theory hexdump is provided by the darwin.shell_cmds, but that packages doesn't seem to build at the moment.
2018-03-01 11:21:18 -05:00
Russell O'Connor 2d102cb408 bitcoin: 0.15.1 -> 0.16.0
Bitcoin 0.16.0 now builds against the lastest Boost.
2018-02-28 09:16:26 -05:00
adisbladis 0b0b5a5e28
go-ethereum: Dont install sources in $out 2018-02-23 18:47:45 +08:00
adisbladis f9ce8e09ff
go-ethereum: 1.7.3 -> 1.8.1 2018-02-20 11:32:04 +08:00
Herwig Hochleitner e47e45c4ca Revert "zcashNh: init 0.4b"
This reverts commit d3ea26dc45.

wrong commit, sorry
2018-02-15 23:36:21 +01:00
Herwig Hochleitner d3ea26dc45 zcashNh: init 0.4b 2018-02-15 23:35:18 +01:00
Franz Pletz 41b3a76711
altcoins.dero: init at 0.11.3 2018-02-10 20:41:29 +01:00
Franz Pletz e05a05e0a7
altcoins.sumokoin: init at 0.2.0.0 2018-02-10 20:41:29 +01:00
rnhmjoj 05cb4dca11 monero-gui: init at 0.11.1.0 2018-01-28 10:17:36 -05:00
rnhmjoj 3979a20d74 monero: build libmonero-wallet 2018-01-28 10:17:36 -05:00
adisbladis 608eaeaeab
seth: 0.5.6 -> 0.6.2 2018-01-16 09:39:33 +08:00
adisbladis 95783a0380
ethsign: init at 0.8.2 2018-01-16 09:39:32 +08:00
Russell O'Connor 6887a0fc9a bitcoin: fix boost dependency
Bitcoin 0.15.1 doesn't build with boost 1.66.
I'm hesitant to apply untested patches to software like Bitcoin.
Instead I'm forcing the boost dependency to version 1.64 (which is the version listed @
45173fa6fc/doc/dependencies.md).

Nothing in applications/altcoins/default.nix was using the boost162 parameter, so I've replaced it with the boost164 parameter.
2018-01-12 23:54:52 +01:00
Franz Pletz f8fd0b7a5f
zcash: 1.0.12 -> 1.0.13
libsnark now comes bundled with zcash.
2018-01-04 05:02:38 +01:00
Ivan Jager 36d0180057 altcoins.aeon: init at 0.9.14.0 2017-12-22 15:20:21 -06:00
Vladimír Čunát e9c12f6936
Merge older staging
There are some regressions, but not that many and I want
the security update of openssl fast.
2017-12-11 09:49:56 +01:00
Orivej Desh d1e3e83d67 cryptop: alias to altcoins.cryptop 2017-12-09 20:53:04 +00:00
Benjamin Hipple ef6e39fced cryptop: 0.1 -> 0.2
Upgrade to new version. According to the upstream documentation, this project is
only tested on python3, so I've upgraded the pkg's interpreter as well.

Tested with nix-build and ./result/bin/cryptop
2017-12-09 14:59:27 -05:00
Orivej Desh c875aecdbe altcoins.primecoin: disable parallel building 2017-12-07 08:52:42 +00:00
Orivej Desh 98bbb0e3e6 altcoins.memorycoin: disable parallel building 2017-12-07 08:52:42 +00:00
Orivej Desh 2e55aec9d7 altcoins.zcash: disable parallel building 2017-11-28 16:52:08 +00:00
Orivej Desh 04a462b372 zcash: does not build on darwin 2017-11-24 11:23:01 +00:00
adisbladis 39a9ff95ef
go-ethereum: 1.7.2 -> 1.7.3 2017-11-24 13:52:07 +08:00
Joerg Thalheim ce98c217d7 hivemind: remove
Project seems dead and stopped building in august.
cc @canndrew
2017-11-21 02:03:02 +01:00
Russell O'Connor 4173e8695a bitcoin: 0.15.0.1 -> 0.15.1
I have also updated the dependencies for bitcoin:

* qt4 is updated to qt5
* miniupnpc 1 is updated to miniupnpc 2
* zeromq dependency has been added to enable ZeroMQ support.
2017-11-13 15:39:56 -05:00
lassulus a0f01a5f0b bitcoin-abc: 0.15.0 -> 0.16.0 2017-11-06 10:48:09 +01:00
Edward Tjörnhammar a4c431b5a7
altcoins.dogecoin*: sha change 2017-11-02 15:16:20 +01:00
Vladimír Čunát a1923194f3
altcoins.bitcoin-unlimited: fix source hash
An amended git tag, apparently.  Only lengthened GIT_COMMIT_ID.  Sigh.
Uncovered by c3255fe8ec.
2017-10-31 23:40:26 +01:00
Kevin Cox 5f8cf0048e rust: update cargo builder to fetch registry dynamically
The biggest benefit is that we no longer have to update the registry
package. This means that just about any cargo package can be built by
nix. No longer does `cargo update` need to be feared because it will
update to packages newer then what is available in nixpkgs.

Instead of fetching the cargo registry this bundles all the source code
into a "vendor/" folder.

This also uses the new --frozen and --locked flags which is nice.

Currently cargo-vendor only provides binaries for Linux and
macOS 64-bit. This can be solved by building it for the other
architectures and uploading it somewhere (like the NixOS cache).

This also has the downside that it requires a change to everyone's deps
hash. And if the old one is used because it was cached it will fail to
build as it will attempt to use the old version. For this reason the
attribute has been renamed to `cargoSha256`.

Authors:
* Kevin Cox <kevincox@kevincox.ca>
* Jörg Thalheim <Mic92@users.noreply.github.com>
* zimbatm <zimbatm@zimbatm.com>
2017-10-23 00:30:47 +01:00
Nikolay Amiantov b1736511ce boost: make 1.65 the default 2017-10-17 03:40:11 +03:00
Vladimír Čunát 3ee33f35f8
Merge branch 'staging'
Contains security fixes in X server and X libs.
On Hydra, the amount to rebuild on master is now higher than on staging;
the comparison looks OK.
2017-10-15 13:59:18 +02:00
Luca Bruno 7c45662947 go-ethereum: 1.7.1 -> 1.7.2 2017-10-14 16:39:36 +02:00
Vladimír Čunát 6525c22ef1
Merge branch 'master' into staging
Hydra: ?compare=1401528
2017-10-14 10:36:13 +02:00
Wei Tang e8c89aaf06 go-ethereum-classic: 3.5.86 -> 4.0.0 2017-10-13 14:03:50 +08:00
Daniel Peebles 416979f3f7 Merge pull request #30150 from copumpkin/no-rpath-nonsense
Get rid of most @rpath nonsense on Darwin
2017-10-08 16:21:27 -04:00
Dan Peebles b426c85ce2 Get rid of most @rpath nonsense on Darwin
This requires some small changes in the stdenv, then working around the
weird choice LLVM made to hardcode @rpath in its install name, and then
lets us remove a ton of annoying workaround hacks in many of our Go
packages. With any luck this will mean less hackery going forward.
2017-10-08 16:13:46 -04:00
Jörg Thalheim 4db70fe8c8 bitcoind-abc/bitcoind-classic: fix evaluation 2017-10-07 10:06:28 -05:00
lassulus 9c5ef048c4 bitcoin-classic: build with qt5
fixes #30075
2017-10-07 09:48:58 -05:00
Orivej Desh 66d4941afe Merge branch 'master' into staging
* master: (48 commits)
  Mathematica: 11.0.1 -> 11.2.0
  kbfs: 20170922.f76290 -> 20171004.40555d
  packer: 1.0.3 -> 1.1.0
  libxdg-basedir: 1.0.2 -> 1.2.0
  fscrypt: 0.2.1 -> 0.2.2
  devtodo: init at 0.1.20
  keybase: 1.0.30 -> 1.0.33
  elixir: Fix locale problem on NixOS
  keybase-gui: 1.0.25 -> 1.0.33
  terraform: 0.10.2 -> 0.10.7  (#30055)
  emby: 3.2.32.0 -> 3.2.33.0
  sbcl: 1.3.21 -> 1.4.0
  ardour: 5.11 -> 5.12
  axoloti: fix evaluation
  axoloti: init at 1.0.12-1
  melpa-packages: Add new lean packages
  fastlane: init at 2.60.1
  nixos/traefik: guard example path
  go-ethereum: 1.7.0 -> 1.7.1
  xzgv: 0.9.1 -> 0.9.2
  ...
2017-10-05 07:41:39 +00:00
adisbladis 5e87504aa0
go-ethereum: 1.7.0 -> 1.7.1 2017-10-04 21:46:54 +08:00
Orivej Desh f137004179 Merge branch 'master' into staging
* master: (81 commits)
  Add NixOS 17.09 AMIs
  gradle: 4.2 -> 4.2.1
  maintainers.nix: use my GitHub handle as maintainer name
  fcitx-engines.rime: init at 0.3.2
  brise: init at 2017-09-16
  librime: init at 1.2.9
  marisa: init at 0.2.4
  opencc: build shared library and programs
  josm: 12712 -> 12914
  exa: 0.7.0 -> 0.8.0
  krb5: add deprecation date for old configuration
  rustRegistry: 2017-09-10 -> 2017-10-03
  go-ethereum: Fix libusb segmentation faults on Darwin
  tor-browser-bundle-bin: 7.0.5 -> 7.0.6
  libsodium: 1.0.13 -> 1.0.15
  tor-browser-bundle: geoip support
  tor-browser-bundle: support transports obfs2,obfs3
  tor-browser-bundle: bump https-everywhere to 2017.9.12
  tint2: limit platforms to Linux since macOS is not supported and fails the tests
  eclipse-plugin-vrapper: init at 0.72.0
  ...
2017-10-03 17:46:39 +00:00
adisbladis ec331755d3
go-ethereum: Fix libusb segmentation faults on Darwin 2017-10-03 10:13:30 +08:00
Orivej Desh fda26c8476 Merge branch 'master' into staging
* master: (271 commits)
  pysmbc: clarify license
  pysmbc: fix license
  bazel: 0.5.4 -> 0.6.0 (#29990)
  googler: init at 3.3
  go: declare support for aarch64
  firefox-beta-bin: 56.0b5 -> 57.0b4
  spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
  gogs: 0.11.19 -> 0.11.29
  grafana: 4.5.1 -> 4.5.2
  mopidy-iris: 3.4.1 -> 3.4.9
  nextcloud: 12.0.2 -> 12.0.3
  haskell-json-autotype: jailbreak to fix build within LTS 9.x
  kore: fix up
  kore: init at 2.0.0
  glusterfs service: fix issues with useRpcbind
  tig: 2.2.2 -> 2.3.0
  haskell-hspec-core: enable test suite again
  hackage-packages.nix: automatic Haskell package set update
  librsvg: fix thumbnailer path
  awscli: 1.11.108 -> 1.11.162
  ...
2017-10-02 00:22:12 +00:00
Daniel Fullmer f488434a66 zcash: 1.0.11 -> 1.0.12 2017-09-29 10:09:57 -04:00
John Ericson f037625f87 Merge remote-tracking branch 'upstream/staging' into deps-reorg 2017-09-28 12:32:57 -04:00
Mikael Brockman 0b8b72081b Merge branch 'master' into dapphub-hevm 2017-09-28 13:27:19 +03:00
Joerg Thalheim 589cff44bc bitcoin-abc: build against qt5 2017-09-28 00:22:06 +01:00