summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-08-26 12:36:42 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-08-26 14:17:14 +0200
commitae428c641138827f55c11e8584d5cf81cf3c4b1c (patch)
treedc427a835194e525a8ee44ae0fa8cd0bd3bb3813
parentc32ab50e0f1e670fb72998b2929009e5580649d1 (diff)
downloadnixpkgs-ae428c641138827f55c11e8584d5cf81cf3c4b1c.tar
nixpkgs-ae428c641138827f55c11e8584d5cf81cf3c4b1c.tar.gz
nixpkgs-ae428c641138827f55c11e8584d5cf81cf3c4b1c.tar.bz2
nixpkgs-ae428c641138827f55c11e8584d5cf81cf3c4b1c.tar.lz
nixpkgs-ae428c641138827f55c11e8584d5cf81cf3c4b1c.tar.xz
nixpkgs-ae428c641138827f55c11e8584d5cf81cf3c4b1c.tar.zst
nixpkgs-ae428c641138827f55c11e8584d5cf81cf3c4b1c.zip
rustfmt: 0.4 -> 0.6
-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 5e661a8afb8..32a4eafc02c 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.4";
+  version = "0.6";
 
   src = fetchFromGitHub {
     owner = "rust-lang-nursery";
     repo = "rustfmt";
-    rev = "19768da5c97c108a05e6f545b73ba4b76d1b1788";
-    sha256 = "0f2m0gvlqlybcjl2xqwxlp5hjkhd30kx25dq56k5x0r3808ijksg";
+    rev = "d022f05f340b9aa4956ca315f5e424a6d3ab3248";
+    sha256 = "1w6ll3802061wbggqhk31pmzws423qm7jc4hyxk8a6pf9ksp0nk5";
   };
 
-  depsSha256 = "1lbcpvp7xhyl96w7jfd18w6py60nwllr93jna5j33zvnip61cpf5";
+  depsSha256 = "13rrhgzxxx5gwpwvyxw03m5xng9c1xyaycmqpi123ma3ps5822jf";
 
   meta = with stdenv.lib; {
     description = "A tool for formatting Rust code according to style guidelines";