summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-08-25 06:48:07 +0100
committerGitHub <noreply@github.com>2017-08-25 06:48:06 +0100
commit2925aa99e2813d0295328dd53916882b898186a8 (patch)
treef29f4f3ace06a4d24a7990504924b6fc98ccca56 /pkgs
parentddf540d44c6f708d52e5c522e2020f68d770fca6 (diff)
parent35c4b6d22b2cd520b88b1e5fc63fb7bc275a84b2 (diff)
downloadnixlib-2925aa99e2813d0295328dd53916882b898186a8.tar
nixlib-2925aa99e2813d0295328dd53916882b898186a8.tar.gz
nixlib-2925aa99e2813d0295328dd53916882b898186a8.tar.bz2
nixlib-2925aa99e2813d0295328dd53916882b898186a8.tar.lz
nixlib-2925aa99e2813d0295328dd53916882b898186a8.tar.xz
nixlib-2925aa99e2813d0295328dd53916882b898186a8.tar.zst
nixlib-2925aa99e2813d0295328dd53916882b898186a8.zip
Merge pull request #28554 from dywedir/rustRegistry
rustRegistry: 2017-07-23 -> 2017-08-24
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/rust-packages.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/top-level/rust-packages.nix b/pkgs/top-level/rust-packages.nix
index 1caef26322d7..f49b1e444e50 100644
--- a/pkgs/top-level/rust-packages.nix
+++ b/pkgs/top-level/rust-packages.nix
@@ -7,13 +7,13 @@
 { stdenv, fetchFromGitHub, git }:
 
 stdenv.mkDerivation {
-  name = "rustRegistry-2017-07-23";
+  name = "rustRegistry-2017-08-24";
 
   src = fetchFromGitHub {
     owner = "rust-lang";
     repo = "crates.io-index";
-    rev = "ed8e6a6761278861db046073cc69d6a5e7dd8c15";
-    sha256 = "1v72m0h31xcay2m64n2wil5wqnl8z4n4adxxpdllcpgj3pj5jai6";
+    rev = "53fd44d796ca10ec0a5a9b657d8c7f8964695a49";
+    sha256 = "1ppg3q001ypdh6w0ymhkcilr5gyr2pnrha9vdixa0gzgw06k7k0s";
   };
   phases = [ "unpackPhase" "installPhase" ];
   installPhase = ''