about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-06-18 12:36:45 +0100
committerGitHub <noreply@github.com>2017-06-18 12:36:45 +0100
commit513204073a4a812d5d60119c553378758dee6c17 (patch)
treeef19134ff4a14d04ca3ec48bb8de596728d2a96b /pkgs
parent91e08fe55b93058577253b65ab73121f4bca2763 (diff)
parent72f8ba269c948b276c1f38d8aee32b8de7be97ef (diff)
Merge pull request #26692 from dywedir/rustfmt
rustfmt: 0.8.3 -> 0.9.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/rust/rustfmt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/rustfmt/default.nix b/pkgs/development/tools/rust/rustfmt/default.nix
index 3efc82a60c816..0e3802a214f15 100644
--- a/pkgs/development/tools/rust/rustfmt/default.nix
+++ b/pkgs/development/tools/rust/rustfmt/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   name = "rustfmt-${version}";
-  version = "0.8.3";
+  version = "0.9.0";
 
   src = fetchFromGitHub {
     owner = "rust-lang-nursery";
     repo = "rustfmt";
     rev = "${version}";
-    sha256 = "1nh0h8mncz5vnn5hmw74f8nnh5cxdlrg67891l4dyq0p38vjhimz";
+    sha256 = "12l3ff0s0pzhcf5jbs8wqawjk4jghhhz8j6dq1n5201yvny12jlr";
   };
 
-  depsSha256 = "002d7y33a0bavd07wl7xrignmyaamnzfabdnr7a2x3zfizkfnblb";
+  depsSha256 = "1nnb2lpzjf6hv1a7cw3cbkc22fb54rsp6h87wzmqi4hsy1csff7a";
 
   meta = with stdenv.lib; {
     description = "A tool for formatting Rust code according to style guidelines";