3
0
Fork 0
forked from mirrors/nixpkgs

cargo: 0.22.0 -> 0.23.0

This commit is contained in:
zimbatm 2017-11-30 14:33:48 +00:00 committed by Robin Gloster
parent 8559dd0474
commit c5456dbfec

View file

@ -30,9 +30,9 @@ rec {
};
cargo = callPackage ./cargo.nix rec {
version = "0.22.0";
srcSha = "0x9pm73hkkd1hq4qrmz8iv91djgpdsxzwll7jari0h77vpwajmw4";
cargoSha256 = "0xd0rb8gcqy6xngsx9l30jg3fqrcwccgv904ksqs9c4d44hga0gd";
version = "0.23.0";
srcSha = "14b2n1msxma19ydchj54hd7f2zdsr524fg133dkmdn7j65f1x6aj";
cargoSha256 = "1sj59z0w172qvjwg1ma5fr5am9dgw27086xwdnrvlrk4hffcr7y7";
inherit rustc; # the rustc that will be wrapped by cargo
inherit rustPlatform; # used to build cargo