rustfmt: 0.6.0 -> 0.6.2

This commit is contained in:
Tadas Barzdzius 2016-11-16 13:26:59 +02:00
parent 24065c91c0
commit 535f26a9e9

View file

@ -4,20 +4,20 @@ with rustPlatform;
buildRustPackage rec {
name = "rustfmt-${version}";
version = "0.6";
version = "0.6.2";
src = fetchFromGitHub {
owner = "rust-lang-nursery";
repo = "rustfmt";
rev = "d022f05f340b9aa4956ca315f5e424a6d3ab3248";
sha256 = "1w6ll3802061wbggqhk31pmzws423qm7jc4hyxk8a6pf9ksp0nk5";
rev = "4418fab4f24e6497aa2a1f71bb4cf963c2971a28";
sha256 = "0x2kg2sqpj4lsqqskcy5p0w3264f0by1irkjj369ch89xax7l52l";
};
depsSha256 = "13rrhgzxxx5gwpwvyxw03m5xng9c1xyaycmqpi123ma3ps5822jf";
depsSha256 = "022mwggmy6p9n8dh22y6m3sadrwvwlbpj9w9ki9avmgsm3cj2mhs";
meta = with stdenv.lib; {
description = "A tool for formatting Rust code according to style guidelines";
homepage = https://github.com/nrc/rustfmt;
homepage = https://github.com/rust-lang-nursery/rustfmt;
license = with licenses; [ mit asl20 ];
maintainers = [ maintainers.globin ];
platforms = platforms.all;