We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 515d5d5 commit 006ac6bCopy full SHA for 006ac6b
pkgs/tools/misc/exa/default.nix
@@ -21,15 +21,15 @@ let
21
'';
22
in buildRustPackage rec {
23
name = "exa-${version}";
24
- version = "0.6.0";
+ version = "0.7.0";
25
26
- depsSha256 = "0c1vyl1c67xq18ss0xs5cjdfn892jpwj6ml51dfppzfyns3namm4";
+ depsSha256 = "0j320hhf2vqaha137pjj4pyiw6d3p5h3nhy3pl9vna1g5mnl1sn7";
27
28
src = fetchFromGitHub {
29
owner = "ogham";
30
repo = "exa";
31
rev = "v${version}";
32
- sha256 = "0065gj4pbbppbnwp23s6bb7zlz428nrir00d0kz7axydxk6swhyv";
+ sha256 = "0i9psgna2wwv9qyw9cif4qznqiyi16vl763hpm2yr195aj700339";
33
};
34
35
nativeBuildInputs = [ cmake pkgconfig perl ];
0 commit comments