rustRegistry: 2016-08-23 -> 2016-09-20

This commit is contained in:
Moritz Ulrich 2016-09-20 11:05:25 +02:00
parent bfa60327bc
commit febb35bd03
2 changed files with 5 additions and 3 deletions

View File

@ -6,6 +6,8 @@ buildRustPackage rec {
name = "exa-${version}";
version = "2016-04-20";
# NOTE: There is an impurity caused by `exa` depending on
# https://github.com/rust-datetime/zoneinfo-compiled.git
depsSha256 = "0qsqkgc1wxigvskhaamgfp5pyc2kprsikhcfccysgs07w44nxkd0";
src = fetchFromGitHub {

View File

@ -7,9 +7,9 @@
{ runCommand, fetchFromGitHub, git }:
let
version = "2016-08-23";
rev = "e98ce679ed90bb5b8a64ad9f5bd82f87fd6b641f";
sha256 = "0dpl071ic3ddknsy98dxm99mznlblhmgjqi9ha6rlbldbjp3gf8j";
version = "2016-09-20";
rev = "cf9c8ccb2c7d753491fc26c64b717bb895d0b4ef";
sha256 = "02fq0f2zc9qhxs7h110g9ndrvmys26kp9hi93gq9vqhcizq2ici3";
src = fetchFromGitHub {
inherit rev;