about summary refs log tree commit diff
path: root/pkgs/tools/misc/exa
diff options
context:
space:
mode:
authorStefan Junker <mail@stefanjunker.de>2016-08-24 11:42:23 +0200
committerStefan Junker <mail@stefanjunker.de>2016-08-25 00:33:15 +0200
commit117a6d10bbb27c82c4da1ed6d7451352c5d55ba3 (patch)
treefc90e7db54c57949e60b79055f6de65bee9b46b1 /pkgs/tools/misc/exa
parent9acd218a9e8e70947d075cf98f649e5c7097638e (diff)
exa: fix depshash
Diffstat (limited to 'pkgs/tools/misc/exa')
-rw-r--r--pkgs/tools/misc/exa/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/exa/default.nix b/pkgs/tools/misc/exa/default.nix
index 62f8d31ee7eab..d743a68c83b94 100644
--- a/pkgs/tools/misc/exa/default.nix
+++ b/pkgs/tools/misc/exa/default.nix
@@ -6,7 +6,7 @@ buildRustPackage rec {
   name = "exa-${version}";
   version = "2016-04-20";
 
-  depsSha256 = "0nyrdl57nhr3lxqs3gaij3mdmlrm0z52qv6mznvgw0ziwqmlq5w1";
+  depsSha256 = "0qsqkgc1wxigvskhaamgfp5pyc2kprsikhcfccysgs07w44nxkd0";
 
   src = fetchFromGitHub {
     owner = "ogham";