We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32af361 + d722e8c commit 2a0e686Copy full SHA for 2a0e686
pkgs/by-name/ez/eza/package.nix
@@ -15,16 +15,16 @@
15
16
rustPlatform.buildRustPackage rec {
17
pname = "eza";
18
- version = "0.20.15";
+ version = "0.20.16";
19
20
src = fetchFromGitHub {
21
owner = "eza-community";
22
repo = "eza";
23
rev = "v${version}";
24
- hash = "sha256-r68zuMCFIccA0cRLC2RNYCWoFh7tYiGu97Kid4hh0Uw=";
+ hash = "sha256-0Fh12LuCPTK9vVmrR0pV0z8rs0XMJN9hJg026bSR6Z8=";
25
};
26
27
- cargoHash = "sha256-hBsb62fcIrSR2w9O5+UaMUadyUUtu2PLODRg70wG/Xc=";
+ cargoHash = "sha256-dEXY33dv700M066LB46/wFeaB9wZvpPuq1M4XjneLks=";
28
29
nativeBuildInputs = [
30
cmake
0 commit comments