parity-beta: 2.2.4 -> 2.2.5

This commit is contained in:
Alexander Krupenkin 2018-12-17 13:40:43 +03:00
parent c761524f30
commit bf6678be01
No known key found for this signature in database
GPG key ID: 0D0A7FA67911873E

View file

@ -1,6 +1,6 @@
let
version = "2.2.4";
sha256 = "12qcfmc56vnay25nlflgwhm3iwlr7hd286wzzanlsalizaj5s5ja";
cargoSha256 = "11cwzqd459ld0apl2wnarfc4nb6j9j0dh26y3smvr0zsxvaz1r53";
version = "2.2.5";
sha256 = "0q9vgwc0jlja73r4na7yil624iagq1607ac47wh8a7xgfjmjjai1";
cargoSha256 = "0ibdmyh1jvfq51vhwn4riyhilqwhf71hjd4vyj525smn95p75b14";
in
import ./parity.nix { inherit version sha256 cargoSha256; }