Commit graph

5 commits

Author SHA1 Message Date
adisbladis 7e39f46427
ethabi: 1.0.4 -> 4.1.0 2018-03-02 21:20:30 +08: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
Mikael Brockman 4b4226ab4a ethabi: add cli feature
This flag makes the CLI binary do anything at all, and without it
the package is completely useless.
2017-05-24 17:52:07 +03:00
Daniel Brockman c178ee4726 ethabi: 0.2.1 -> 1.0.4 2017-04-11 10:18:16 +02:00
Daniel Brockman 200fa32911 ethabi: init at 0.2.1 2016-08-27 16:08:17 +02:00