eza: 0.22.0 -> 0.22.1

changelog: https://github.com/eza-community/eza/releases/tag/v0.22.1
This commit is contained in:
Christina Sørensen 2025-07-12 21:35:45 +02:00
parent e9bf43a276
commit f08b8ea647
No known key found for this signature in database
GPG Key ID: F67767BE4545A600

View File

@ -15,17 +15,17 @@
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "eza"; pname = "eza";
version = "0.22.0"; version = "0.22.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "eza-community"; owner = "eza-community";
repo = "eza"; repo = "eza";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-/mk8UMWiw+YrEcZK+C/2AkHXekvxTwWGBsJG7lWbz38="; hash = "sha256-/SqkaMt4XCdxMYMp7bYY9dYhe3KKKen/YpPg6Xr4fmI=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-6I7Enwp95u2d3xtnBykVCBE1tBm1OeAyQtxvGCDJPdc="; cargoHash = "sha256-NwguuIXNKwjFIhNGY1Una78RzxKykkNy+TCTuJvdxnM=";
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake