mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
8d708d28a1
* parity: 1.10.8 -> 1.10.9 * parity: 1.10.8 -> 1.11.8; parity-beta: init at 2.0.1
8 lines
306 B
Nix
8 lines
306 B
Nix
let
|
|
version = "1.11.8";
|
|
sha256 = "0qk5vl8ql3pr9pz5iz7whahwqi1fcbsf8kphn6z4grgc87id7b19";
|
|
cargoSha256 = "0p2idd36cyzp2ax81k533bdma4hz0ws2981qj2s7jnhvmj4941l8";
|
|
patches = [ ./patches/vendored-sources-1.11.patch ];
|
|
in
|
|
import ./parity.nix { inherit version sha256 cargoSha256 patches; }
|