parity: 2.2.8 -> 2.2.9

This commit is contained in:
Alexander Krupenkin 2019-02-04 01:03:26 +03:00
parent e86d82249d
commit abff7af2c0
No known key found for this signature in database
GPG Key ID: 0D0A7FA67911873E

View File

@ -1,6 +1,6 @@
let
version = "2.2.8";
sha256 = "1l2bxra4fkbh8gnph9wnc24ddmzfdclsgcjbx8q6fflhcg6r9hf1";
version = "2.2.9";
sha256 = "0n9zk25ni4asfdqc4xh0gqp2446vxacqz7qcrmsngf8swvayvi16";
cargoSha256 = "10lg0vzikzlj927hpn59x1dz9dvhcaqsl8nz14vj2iz42vfkcm7p";
in
import ./parity.nix { inherit version sha256 cargoSha256; }