about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-07-17 21:06:56 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-07-17 23:29:18 +0100
commit66af169adb7ee7c553ba3ec642c86c869c4839c7 (patch)
tree9267a39a0945043d93ea10bec40ea05fe5bb3aeb /pkgs
parent63402a188837f1a5317afc724ad710d12472f001 (diff)
rustRegistry: 2017-06-27 -> 2017-07-17
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 eb15da9dfdc74..5e280fb91c472 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-06-27";
+  name = "rustRegistry-2017-07-17";
 
   src = fetchFromGitHub {
     owner = "rust-lang";
     repo = "crates.io-index";
-    rev = "de7301b4aa5a933658ab14dba972cc2cab77da1c";
-    sha256 = "0dyx5n789pkmvk7x876v8rnagzp7xc8r2iysj2b70vcsqdvidnax";
+    rev = "14f1d497ede721229b23ad1e8b6122f34761f1a6";
+    sha256 = "1a9aav9yg7ffrilsnzlbaysxgzfzg455jfdh260n9y6wvpnpfvg9";
   };
   phases = [ "unpackPhase" "installPhase" ];
   installPhase = ''