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 e26ae8d + b88cc04 commit fcd125eCopy full SHA for fcd125e
pkgs/by-name/ez/eza/package.nix
@@ -15,16 +15,16 @@
15
16
rustPlatform.buildRustPackage rec {
17
pname = "eza";
18
- version = "0.20.18";
+ version = "0.20.19";
19
20
src = fetchFromGitHub {
21
owner = "eza-community";
22
repo = "eza";
23
rev = "v${version}";
24
- hash = "sha256-XJ8RYfBduTK5CkvFjVRF6yGkgBdojuewFUrEvRcTJsA=";
+ hash = "sha256-Fgb2+tKDTL7KxJhRavNc5K8AG98eZFOmDOc+sVY7rdk=";
25
};
26
27
- cargoHash = "sha256-FUd2dtSwZEBJDCs5EbgrtHfO2oquZP/4wxhVreCaayg=";
+ cargoHash = "sha256-+scWqtriW9qh6nqiPV3LNLC333JRw5WZI04BHIZlqE4=";
28
29
nativeBuildInputs = [
30
cmake
0 commit comments