eza: 0.23.2 -> 0.23.3

changelog: https://github.com/eza-community/eza/releases/tag/v0.23.3
This commit is contained in:
Christina Sørensen
2025-09-14 15:46:44 +02:00
parent b7e0d9cd5a
commit d3551cd958
+3 -3
View File
@@ -15,16 +15,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "eza";
version = "0.23.2";
version = "0.23.3";
src = fetchFromGitHub {
owner = "eza-community";
repo = "eza";
tag = "v${finalAttrs.version}";
hash = "sha256-7YQj2QYWn4GHSYBX8MlqPjdFZMpP1ZdzEHInMJaesKc=";
hash = "sha256-z9lG2Ht8Kn/QxmxWqMV27iYGHdUwaz87ayLAZdKJPvQ=";
};
cargoHash = "sha256-QS6iQP5PBHKcQEsr97FawUCkMCswAYg7Ua2ZeIvL7CM=";
cargoHash = "sha256-Izogi+IWOwAuaOBs+99UzuzwIzzfCM8pqo3xZuutYI8=";
nativeBuildInputs = [
cmake