about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-08-28 15:08:32 +0200
committerGitHub <noreply@github.com>2023-08-28 15:08:32 +0200
commit14658838131dd3da997a91e0bdf84fa07fd44fb6 (patch)
tree320c328fb39acc94f236e1a2f1a1aaffb580df52
parent7905c28195fe983f79174b5c4c8edff07732c26c (diff)
parentdd7e988ed495637568507c1ab80c3177b8b19f32 (diff)
Merge pull request #251940 from cafkafk/cafk-eza-v0.10.9
eza: 0.10.8 -> 0.10.9
-rw-r--r--pkgs/tools/misc/eza/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/eza/default.nix b/pkgs/tools/misc/eza/default.nix
index 7eeb4e9cbab72..dc03e7fa05844 100644
--- a/pkgs/tools/misc/eza/default.nix
+++ b/pkgs/tools/misc/eza/default.nix
@@ -14,16 +14,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "eza";
-  version = "0.10.8";
+  version = "0.10.9";
 
   src = fetchFromGitHub {
     owner = "eza-community";
     repo = "eza";
     rev = "v${version}";
-    hash = "sha256-3g4eauJqnbIqWtDmRvKsDiZh1eAz171FP9idF2nBXLQ=";
+    hash = "sha256-ssP4jPO7Yt98ZCKOpQi7RwKfUBOHQ1dK5rzWxAJD9Jc=";
   };
 
-  cargoHash = "sha256-HS/nmLxr5zvyneiSJk9tPUhszF5vFwSo5HMsRql9I38=";
+  cargoHash = "sha256-XxqAAs44iZuqcAsixIqEgUHWytwS9umuM/KIPosrfRo=";
 
   nativeBuildInputs = [ cmake pkg-config installShellFiles pandoc ];
   buildInputs = [ zlib ]