Skip to content

Commit 006ac6b

Browse files
committedJul 7, 2017
exa: 0.6.0 -> 0.7.0
1 parent 515d5d5 commit 006ac6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/tools/misc/exa/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ let
2121
'';
2222
in buildRustPackage rec {
2323
name = "exa-${version}";
24-
version = "0.6.0";
24+
version = "0.7.0";
2525

26-
depsSha256 = "0c1vyl1c67xq18ss0xs5cjdfn892jpwj6ml51dfppzfyns3namm4";
26+
depsSha256 = "0j320hhf2vqaha137pjj4pyiw6d3p5h3nhy3pl9vna1g5mnl1sn7";
2727

2828
src = fetchFromGitHub {
2929
owner = "ogham";
3030
repo = "exa";
3131
rev = "v${version}";
32-
sha256 = "0065gj4pbbppbnwp23s6bb7zlz428nrir00d0kz7axydxk6swhyv";
32+
sha256 = "0i9psgna2wwv9qyw9cif4qznqiyi16vl763hpm2yr195aj700339";
3333
};
3434

3535
nativeBuildInputs = [ cmake pkgconfig perl ];

0 commit comments

Comments
 (0)
Please sign in to comment.