rustfmt: 2015-12-23 -> 2016-02-15
This commit is contained in:
parent
a4902ff1fa
commit
a68eae7866
@ -3,15 +3,15 @@
|
|||||||
with rustPlatform;
|
with rustPlatform;
|
||||||
|
|
||||||
buildRustPackage rec {
|
buildRustPackage rec {
|
||||||
name = "rustfmt-git-2015-12-23";
|
name = "rustfmt-git-2016-02-15";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rust-lang-nursery";
|
owner = "rust-lang-nursery";
|
||||||
repo = "rustfmt";
|
repo = "rustfmt";
|
||||||
rev = "c0b7de7c521dc65b2ad2b5a3c81fb56030f4af22";
|
rev = "65bc5c242de86f0651b34fd913ca338a880696e8";
|
||||||
sha256 = "1axnp8w26c3dwlx7bby3qi6385n301rlk1ndh5yaz7vkbpn4w9km";
|
sha256 = "02rdim0y5zg1r2zkfy6kj53idlbdybf3ckardbjsvdna5idc1hpz";
|
||||||
};
|
};
|
||||||
|
|
||||||
depsSha256 = "1s2as7qc7jbksc16gj5cxxm52zw8h4nfgka66dmwwjlv9679wj9f";
|
depsSha256 = "1297vy5sgiq4xqdm27pa8f99qiwrl15hb2r1dydzgk7n4iqyir6c";
|
||||||
|
|
||||||
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user