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 4c67fd9 + 9fee7e3 commit 5d8842dCopy full SHA for 5d8842d
pkgs/by-name/ez/eza/package.nix
@@ -15,17 +15,17 @@
15
16
rustPlatform.buildRustPackage (finalAttrs: {
17
pname = "eza";
18
- version = "0.21.3";
+ version = "0.21.4";
19
20
src = fetchFromGitHub {
21
owner = "eza-community";
22
repo = "eza";
23
tag = "v${finalAttrs.version}";
24
- hash = "sha256-6SGGeZVQe3uuyEt6TJn5cBqnI/BdDGRiPHugKrgQNhs=";
+ hash = "sha256-lwCZj4EHzgZSAQTnJZizonh4FmKoX3dkYKbIcn1WBHs=";
25
};
26
27
useFetchCargoVendor = true;
28
- cargoHash = "sha256-QCy9lLOSB+64DPTc/SVSCrD2nfJswGcR2P9AdN6CqZw=";
+ cargoHash = "sha256-8XkkClXyTT2+py57rSTMNpnuesTujNgHTz6K2gmDHYM=";
29
30
nativeBuildInputs = [
31
cmake
0 commit comments