lol

Merge pull request #11581 from mayflower/update-rustfmt

rustfmt: 2015-10-28 -> 2015-12-08

+4 -4
+4 -4
pkgs/development/tools/rust/rustfmt/default.nix
··· 3 3 with rustPlatform; 4 4 5 5 buildRustPackage rec { 6 - name = "rustfmt-git-2015-10-28"; 6 + name = "rustfmt-git-2015-12-08"; 7 7 src = fetchFromGitHub { 8 8 owner = "nrc"; 9 9 repo = "rustfmt"; 10 - rev = "bd0fdbb364ba69c69b867f96bc1ea9b59177fb76"; 11 - sha256 = "07yxz409yxgwrzm46fhq6kyn9igznb7481kxyk90ngmhdd0a5mfd"; 10 + rev = "e94bd34a06d878a41bb8be409f173a8824dda63f"; 11 + sha256 = "0f0ixbr5nfla0j0b91plmapw75yl3d3lxwvllj2wx4z94nfxanp6"; 12 12 }; 13 13 14 - depsSha256 = "0qs6ilpvcrvcmxg7a94rbg9rql1hxfljy6gxrvpn59dy8hb1qccb"; 14 + depsSha256 = "0vsrpw4icn9jf44sqr5749hbazsxp3hqn1g7gr90fvnfvz4s5f07"; 15 15 16 16 meta = with stdenv.lib; { 17 17 description = "A tool for formatting Rust code according to style guidelines";