summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorRobin Gloster <robin@loc-com.de>2015-09-23 13:49:54 +0000
committerRobin Gloster <robin@loc-com.de>2015-09-23 21:16:16 +0000
commit760be9cf7025a1a30b7e7c73a3935a652f098f2d (patch)
tree0a1688239564c5c224d15fba474174531d2144b9 /pkgs/development/tools
parentfeda2925f7d0856ec03faeda619cc08d0381d8f1 (diff)
downloadnixlib-760be9cf7025a1a30b7e7c73a3935a652f098f2d.tar
nixlib-760be9cf7025a1a30b7e7c73a3935a652f098f2d.tar.gz
nixlib-760be9cf7025a1a30b7e7c73a3935a652f098f2d.tar.bz2
nixlib-760be9cf7025a1a30b7e7c73a3935a652f098f2d.tar.lz
nixlib-760be9cf7025a1a30b7e7c73a3935a652f098f2d.tar.xz
nixlib-760be9cf7025a1a30b7e7c73a3935a652f098f2d.tar.zst
nixlib-760be9cf7025a1a30b7e7c73a3935a652f098f2d.zip
rustfmt: git-2015-09-05 -> git-2015-09-23
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/rust/rustfmt/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/tools/rust/rustfmt/default.nix b/pkgs/development/tools/rust/rustfmt/default.nix
index 1e735611782a..1a2bf7ac01ce 100644
--- a/pkgs/development/tools/rust/rustfmt/default.nix
+++ b/pkgs/development/tools/rust/rustfmt/default.nix
@@ -1,16 +1,16 @@
-{stdenv, fetchgit, rustUnstable, makeWrapper }:
+{ stdenv, fetchgit, rustUnstable, makeWrapper }:
 
 with rustUnstable;
 
 buildRustPackage rec {
-  name = "rustfmt-git-2015-09-05";
+  name = "rustfmt-git-2015-09-23";
   src = fetchgit {
     url = https://github.com/nrc/rustfmt;
-    rev = "6c5d3500bb805b37865fe961a7054f8435d176fc";
-    sha256 = "0y506viir1klzvspi49qawrfd2g12p9ff2fyy1ndba6zixf69a90";
+    rev = "c14cfca0e3de3dfa5fd91d39a85c5b452e7756e3";
+    sha256 = "0q72mfj2ph2n4cd0cs4p2mpyr2ixd6ss607kjlgfinjv6klk1i3b";
   };
 
-  depsSha256 = "1kfc9l176qkimaag9p650sfpaz50p263rw2021gq5kjw8cyndlx8";
+  depsSha256 = "13i9qaia1wn18lgfl69rrxw7b24bq1bpqhdck2jzxpv3wi2xshlw";
 
   meta = with stdenv.lib; {
     description = "A tool for formatting Rust code according to style guidelines";