rustfmt: 2016-02-15 -> 2016-03-22

This commit is contained in:
Jakob Gillich 2016-03-22 17:33:06 +01:00
parent f215a71c6c
commit 02b20eecc2

View File

@ -3,15 +3,17 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "rustfmt-git-2016-02-15"; name = "rustfmt-${version}";
version = "2016-03-22";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rust-lang-nursery"; owner = "rust-lang-nursery";
repo = "rustfmt"; repo = "rustfmt";
rev = "65bc5c242de86f0651b34fd913ca338a880696e8"; rev = "ca757183fedf8e89286372b91ca074c11d99c4f4";
sha256 = "02rdim0y5zg1r2zkfy6kj53idlbdybf3ckardbjsvdna5idc1hpz"; sha256 = "0ngg5m002hwwmsqy9wr50dj3l3zgwk39701wzszm3nrhz6x13dmj";
}; };
depsSha256 = "1297vy5sgiq4xqdm27pa8f99qiwrl15hb2r1dydzgk7n4iqyir6c"; depsSha256 = "0mg4z197iiwjlgqs5izacld25cr11qi3bcrqq204f0jzrnj3y8ag";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A tool for formatting Rust code according to style guidelines"; description = "A tool for formatting Rust code according to style guidelines";