summary refs log tree commit diff
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-08-26 08:29:17 -0400
committerGitHub <noreply@github.com>2016-08-26 08:29:17 -0400
commit40ddf706667796c3e52b1b46e1f63d35b634965b (patch)
treef78e50153c6b85892d1956692221c80589280080
parent7e631101b9eae2cd06ff6c2164227d619899aecf (diff)
parentae428c641138827f55c11e8584d5cf81cf3c4b1c (diff)
downloadnixpkgs-40ddf706667796c3e52b1b46e1f63d35b634965b.tar
nixpkgs-40ddf706667796c3e52b1b46e1f63d35b634965b.tar.gz
nixpkgs-40ddf706667796c3e52b1b46e1f63d35b634965b.tar.bz2
nixpkgs-40ddf706667796c3e52b1b46e1f63d35b634965b.tar.lz
nixpkgs-40ddf706667796c3e52b1b46e1f63d35b634965b.tar.xz
nixpkgs-40ddf706667796c3e52b1b46e1f63d35b634965b.tar.zst
nixpkgs-40ddf706667796c3e52b1b46e1f63d35b634965b.zip
Merge pull request #18009 from matthiasbeyer/update-rustfmt
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";