about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2016-09-20 11:05:25 +0200
committerMoritz Ulrich <moritz@tarn-vedra.de>2016-09-20 11:10:37 +0200
commitfebb35bd03657bfd064cea56567331540ade3f39 (patch)
treec3c347fb96d6df1cff5d1bef959d8ed2758d0bd2 /pkgs/tools
parentbfa60327bc8b7f18ce92c8e764eef806a2ea0ed4 (diff)
downloadnixlib-febb35bd03657bfd064cea56567331540ade3f39.tar
nixlib-febb35bd03657bfd064cea56567331540ade3f39.tar.gz
nixlib-febb35bd03657bfd064cea56567331540ade3f39.tar.bz2
nixlib-febb35bd03657bfd064cea56567331540ade3f39.tar.lz
nixlib-febb35bd03657bfd064cea56567331540ade3f39.tar.xz
nixlib-febb35bd03657bfd064cea56567331540ade3f39.tar.zst
nixlib-febb35bd03657bfd064cea56567331540ade3f39.zip
rustRegistry: 2016-08-23 -> 2016-09-20
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/exa/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/misc/exa/default.nix b/pkgs/tools/misc/exa/default.nix
index d743a68c83b9..0e3922d2928a 100644
--- a/pkgs/tools/misc/exa/default.nix
+++ b/pkgs/tools/misc/exa/default.nix
@@ -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 {