Skip to content

Commit 5d8842d

Browse files
eza: 0.21.3 -> 0.21.4 (#412460)
2 parents 4c67fd9 + 9fee7e3 commit 5d8842d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ez/eza/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515

1616
rustPlatform.buildRustPackage (finalAttrs: {
1717
pname = "eza";
18-
version = "0.21.3";
18+
version = "0.21.4";
1919

2020
src = fetchFromGitHub {
2121
owner = "eza-community";
2222
repo = "eza";
2323
tag = "v${finalAttrs.version}";
24-
hash = "sha256-6SGGeZVQe3uuyEt6TJn5cBqnI/BdDGRiPHugKrgQNhs=";
24+
hash = "sha256-lwCZj4EHzgZSAQTnJZizonh4FmKoX3dkYKbIcn1WBHs=";
2525
};
2626

2727
useFetchCargoVendor = true;
28-
cargoHash = "sha256-QCy9lLOSB+64DPTc/SVSCrD2nfJswGcR2P9AdN6CqZw=";
28+
cargoHash = "sha256-8XkkClXyTT2+py57rSTMNpnuesTujNgHTz6K2gmDHYM=";
2929

3030
nativeBuildInputs = [
3131
cmake

0 commit comments

Comments
 (0)