summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorTadas Barzdzius <tadas@barzdzius.lt>2016-04-13 18:11:52 +0300
committerTadas Barzdzius <tadas@barzdzius.lt>2016-04-13 18:11:52 +0300
commit1f3e2ced4a057dcd2ffcfd9fea4dd65b73763074 (patch)
tree1435ef8b975f801f2752f1c7d6f818f9541c43bc /pkgs/tools/misc
parent650d2f988d0a5786a7de48a6450fe8753a9940f4 (diff)
downloadnixlib-1f3e2ced4a057dcd2ffcfd9fea4dd65b73763074.tar
nixlib-1f3e2ced4a057dcd2ffcfd9fea4dd65b73763074.tar.gz
nixlib-1f3e2ced4a057dcd2ffcfd9fea4dd65b73763074.tar.bz2
nixlib-1f3e2ced4a057dcd2ffcfd9fea4dd65b73763074.tar.lz
nixlib-1f3e2ced4a057dcd2ffcfd9fea4dd65b73763074.tar.xz
nixlib-1f3e2ced4a057dcd2ffcfd9fea4dd65b73763074.tar.zst
nixlib-1f3e2ced4a057dcd2ffcfd9fea4dd65b73763074.zip
exa: 2016-03-22 -> 2016-04-11
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/exa/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/misc/exa/default.nix b/pkgs/tools/misc/exa/default.nix
index af6f70e2f5c1..4c20719fc51a 100644
--- a/pkgs/tools/misc/exa/default.nix
+++ b/pkgs/tools/misc/exa/default.nix
@@ -4,15 +4,15 @@ with rustPlatform;
 
 buildRustPackage rec {
   name = "exa-${version}";
-  version = "2016-03-22";
+  version = "2016-04-11";
 
-  depsSha256 = "18anwh235kzziq6z7md8f3rl2xl4l9d4ivsqw9grkb7yivd5j0jk";
+  depsSha256 = "1rpynsni2r3gim10xc1qkj51wpbzafwsr99y61zh41v4vh047g1k";
 
   src = fetchFromGitHub {
     owner = "ogham";
     repo = "exa";
-    rev = "8805ce9e3bcd4b56f8811a686dd56c47202cdbab";
-    sha256 = "0dkvk0rsf068as6zcd01p7959rdjzm26mlkpid6z0j168gp4kh4q";
+    rev = "9b87ef1da2231acef985bb08f7bd4a557167b652";
+    sha256 = "1f71bqkpc6bf9jg1zxy21rzbyhzghwfmgbyyyb81ggxcri0kajwi";
   };
 
   nativeBuildInputs = [ cmake ];