2018-02-21 01:11:47 -08:00
|
|
|
let
|
2018-04-18 07:09:48 -07:00
|
|
|
version = "1.9.6";
|
|
|
|
sha256 = "17h7c93c95pj71nbw152rl4ka240zzd8w0yf8k4l4rimcsbra92g";
|
|
|
|
cargoSha256 = "0gk26yncahrlnx6xz13x775wrwh7xsfqiifspjislmgk7xknqjm0";
|
2018-03-22 04:54:42 -07:00
|
|
|
patches = [ ./patches/vendored-sources-1.9.patch ];
|
2018-02-21 01:11:47 -08:00
|
|
|
in
|
|
|
|
import ./parity.nix { inherit version sha256 cargoSha256 patches; }
|