rustRegistry: 2016-09-29 -> 2016-10-29

Update the `rustRegistry` package from version 2016-09-29, revision
rust-lang/crates.io-index@12dc47026c, to
version 2016-10-29, revision
rust-lang/crates.io-index@623cc0d932.

I have tested this patch per nixpkgs manual section 11.1 ("Making
patches").
This commit is contained in:
c74d 2016-10-29 21:16:15 +00:00
parent d8e6f48eee
commit aef020c232

View File

@ -7,9 +7,9 @@
{ runCommand, fetchFromGitHub, git }:
let
version = "2016-09-29";
rev = "12dc47026cadf5aa2823c9d0fdd055b9f2c0f52c";
sha256 = "0la6wlnbiwjixcxbq6k0d8m5js8lk5wz5f3mvdx8hwl5car20w6m";
version = "2016-10-29";
rev = "623cc0d9328bfb949b54209443f2b4f06c41961e";
sha256 = "1jyb0ixnrxb7m0c18p6yfi6x8rsy3yz5yc3nyz9f462fr4g6azcs";
src = fetchFromGitHub {
inherit rev;