about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTadas Barzdzius <tadas@barzdzius.lt>2017-01-27 13:22:51 +0200
committerRobin Gloster <mail@glob.in>2017-01-27 22:07:34 +0100
commita2304b0ea38f02354f1adc62e477151b77bfeba1 (patch)
tree00f4aeaaf73defb73a74d936946d3740c0a8e01c /pkgs
parentedbdb4b07e8babdcbefe10f4c64e31fd74aae183 (diff)
downloadnixlib-a2304b0ea38f02354f1adc62e477151b77bfeba1.tar
nixlib-a2304b0ea38f02354f1adc62e477151b77bfeba1.tar.gz
nixlib-a2304b0ea38f02354f1adc62e477151b77bfeba1.tar.bz2
nixlib-a2304b0ea38f02354f1adc62e477151b77bfeba1.tar.lz
nixlib-a2304b0ea38f02354f1adc62e477151b77bfeba1.tar.xz
nixlib-a2304b0ea38f02354f1adc62e477151b77bfeba1.tar.zst
nixlib-a2304b0ea38f02354f1adc62e477151b77bfeba1.zip
rustfmt: 0.6.3 -> 0.7.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/rust/rustfmt/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/tools/rust/rustfmt/default.nix b/pkgs/development/tools/rust/rustfmt/default.nix
index 9372b448cc71..ad2d01cc5720 100644
--- a/pkgs/development/tools/rust/rustfmt/default.nix
+++ b/pkgs/development/tools/rust/rustfmt/default.nix
@@ -4,16 +4,16 @@ with rustPlatform;
 
 buildRustPackage rec {
   name = "rustfmt-${version}";
-  version = "0.6.3";
+  version = "0.7.1";
 
   src = fetchFromGitHub {
     owner = "rust-lang-nursery";
     repo = "rustfmt";
-    rev = "61ab06a92eae355ed6447d85d3c416fb65e96bdb";
-    sha256 = "0fa16ycbvhyxs1b278q8jizrx9z0gis0ysjwk8fjws0282xsyvbk";
+    rev = "907134c2d10c0f11608dc4820b023f8040ad655a";
+    sha256 = "1sn590x6x93wjzkb78akqjim734hxynck3gmp8fx7gcrk5cch9mc";
   };
 
-  depsSha256 = "1qg04nzba30fqswjf97wf0slai6lhrsy0bfv648sqnrf50virx5h";
+  depsSha256 = "1djpzgchl93radi52m89sjk2nbl9f4y15pwn4x78lqas0jlc6nlr";
 
   meta = with stdenv.lib; {
     description = "A tool for formatting Rust code according to style guidelines";