Commit Graph

49 Commits

Author SHA1 Message Date
R. Ryantm
8da5fd6e96 polkadot: 0.9.29 -> 0.9.30 2022-10-18 03:19:50 +00:00
R. Ryantm
0cfbf8139d polkadot: 0.9.28 -> 0.9.29 2022-09-16 01:17:05 +00:00
R. Ryantm
666b8597da polkadot: 0.9.27 -> 0.9.28 2022-08-28 23:14:51 +00:00
Raghav Sood
c47e144237 polkadot: 0.9.26 -> 0.9.27 2022-08-06 12:58:47 +08:00
R. Ryantm
ecb3042158 polkadot: 0.9.21 -> 0.9.26 2022-07-29 17:09:31 +00:00
Florian Franzen
9ca7db22af polkadot: 0.9.18 -> 0.9.21 2022-05-09 19:38:09 +02:00
André Silva
63b1f56254
polkadot: fix build on non-darwin 2022-04-03 16:27:04 +01:00
Ben Siraphob
448c1d0e86
polkadot: fix darwin build 2022-03-29 09:33:10 -05:00
André Silva
214be243c9
polkadot: 0.9.17 -> 0.9.18 2022-03-21 18:19:00 +00:00
André Silva
ed8b78ca8c
polkadot: 0.9.16 -> 0.9.17 2022-03-18 16:34:31 +00:00
André Silva
cf4e6208c1
polkadot: fix commit hash fetch for version string 2022-02-11 16:00:18 +00:00
Lorenzo Manacorda
e12f6d2117
polkadot: 0.9.14 -> 0.9.16 2022-02-05 10:38:53 +01:00
Andrey Kuznetsov
c6ec86e7de
polkadot: 0.9.12-1 -> 0.9.14 2021-12-10 21:26:51 +00:00
R. Ryantm
103623757c polkadot: 0.9.12 -> 0.9.12-1 2021-11-03 20:49:25 +00:00
Andrey Kuznetsov
9132873ad2
polkadot: 0.9.11 -> 0.9.12 2021-10-22 11:21:46 +00:00
Andrey Kuznetsov
d33a1ca677
polkadot: 0.9.10 -> 0.9.11 2021-10-08 10:06:47 +00:00
Andrey Kuznetsov
bbd545646b
polkadot: 0.9.9-1 -> 0.9.10 (#139660)
* polkadot: 0.9.9-1 -> 0.9.10

* Update pkgs/applications/blockchains/polkadot/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-28 15:18:53 +02:00
asymmetric
06bc3335d6
polkadot: 0.9.9 -> 0.9.9-1 (#135226)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-22 22:52:23 +02:00
Andrey Kuznetsov
f4cb0cace0
polkadot: 0.9.8 -> 0.9.9 2021-08-19 09:06:04 +00:00
Andrey Kuznetsov
1947733a32
polkadot: 0.9.7 -> 0.9.8 2021-07-07 19:29:52 +00:00
Lorenzo Manacorda
25eb4871de polkadot: 0.9.6 -> 0.9.7 2021-06-28 16:49:12 +02:00
Andrey Kuznetsov
7fbbbf20b6
polkadot: 0.9.5 -> 0.9.6 2021-06-23 18:45:54 +00:00
Andrey Kuznetsov
b789def9a0
polkadot: 0.9.3 -> 0.9.5 2021-06-20 12:42:10 +00:00
Andrey Kuznetsov
09555c2a84
polkadot: 0.9.2 -> 0.9.3 2021-05-26 15:13:04 +00:00
Andrey Kuznetsov
4d6adac3d7 polkadot: 0.9.1 -> 0.9.2 2021-05-20 14:27:23 -07:00
github-actions[bot]
b484cef365
Merge master into staging-next 2021-05-16 01:00:58 +00:00
Lorenzo Manacorda
5ecbb0344d polkadot: 0.9.0 -> 0.9.1 2021-05-14 12:25:29 +02:00
John Ericson
a3e54cb582 Merge remote-tracking branch 'upstream/staging-next' into staging 2021-05-06 15:48:25 -04:00
Lorenzo Manacorda
726bac1235 polkadot: add FlorianFranzen to maintainers
See https://github.com/NixOS/nixpkgs/pull/121850#pullrequestreview-652801467
2021-05-05 23:51:40 +02:00
Lorenzo Manacorda
b8b6092163 polkadot: 0.8.30 -> 0.9.0 2021-05-05 23:15:24 +02:00
Andrew Childs
7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
André Silva
e1760f89be
polkadot: fix invalid cargoSha256 2021-04-11 15:52:14 +01:00
Lorenzo Manacorda
0998a60b5e polkadot: 0.8.29 -> 0.8.30 2021-04-09 15:55:39 +02:00
asymmetric
877a51dbcd
polkadot: 0.8.28-1 -> 0.8.29 (#115190) 2021-03-06 03:30:43 +01:00
R. RyanTM
50ada3825d polkadot: 0.8.28 -> 0.8.28-1 2021-02-11 21:41:35 +00:00
R. RyanTM
d059c28218 polkadot: 0.8.27 -> 0.8.28 2021-02-06 17:11:46 +00:00
André Silva
252ebe654e
polkadot: 0.8.26-1 -> 0.8.27 2021-01-22 17:16:14 +00:00
R. RyanTM
b3c6aac659 polkadot: 0.8.26 -> 0.8.26-1 2020-11-11 14:53:42 -08:00
André Silva
4f8a41c83b
polkadot: fix cargoSha256 2020-11-05 10:53:19 +00:00
André Silva
932efc3528
polkadot: 0.8.25 -> 0.8.26 2020-11-04 16:52:40 +00:00
Raghav Sood
6c5dc5e17e
polkadot: add RaghavSood as maintainer 2020-10-21 00:29:14 +08:00
Raghav Sood
7470fd9a5e
polkadot: 0.8.24 -> 0.8.25 2020-10-21 00:28:34 +08:00
André Silva
5bafcbf7c1
polkadot: 0.2.17 -> 0.8.24 2020-09-27 12:32:54 +01:00
Benjamin Hipple
a709184ba3 polkadot: upgrade cargoSha256 and add maintainer note
While the package is broken and does not build, we can still recompute the
cargoSha256. I attempted to upgrade to the latest release, but that doesn't
build either.
2020-03-09 00:02:24 -04:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Alyssa Ross
7887a81193
treewide: fix cargoSha256 (again)
cargo-vendor output was changed in a4fc84de44.
2019-12-20 20:08:53 +00:00
Linus Heckemann
5aa4b19946 treewide: mark some broken packages as broken
Refs:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-10-08 17:14:26 +02:00
volth
7bb6b373ab treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
William Casarin
72682e4654 tree: rename altcoins to blockchains
Signed-off-by: William Casarin <jb55@jb55.com>
2019-08-29 05:01:42 -07:00