about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristina Sørensen <christina@cafkafk.com>2024-06-20 07:23:57 +0200
committerChristina Sørensen <christina@cafkafk.com>2024-06-20 07:23:57 +0200
commit35f6aa92170b2014f40f0b5b1483b8ecff548574 (patch)
treed76331e4f8bfb33d2ec396b5bc9c61d3e200fc75
parent026f02ce7dfeba48a1c1a2b3cd8c7d8329f1f5b2 (diff)
eza: 0.18.18 -> 0.18.19
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
-rw-r--r--pkgs/by-name/ez/eza/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ez/eza/package.nix b/pkgs/by-name/ez/eza/package.nix
index e2f8f6ccebf0b..0ba619b693ca2 100644
--- a/pkgs/by-name/ez/eza/package.nix
+++ b/pkgs/by-name/ez/eza/package.nix
@@ -17,16 +17,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "eza";
-  version = "0.18.18";
+  version = "0.18.19";
 
   src = fetchFromGitHub {
     owner = "eza-community";
     repo = "eza";
     rev = "v${version}";
-    hash = "sha256-MBu5zwidjIWs9z6DXYNGsHIwic3ipScAw6TZjSvEvJk=";
+    hash = "sha256-UP0z7rcOmwKqpmKkQy5/6W+XWKfAiEQifKOnrdCgBYo=";
   };
 
-  cargoHash = "sha256-TsW3Rl4EKvrPPhEYzp0K3lBkDYJiehctT/FnkL3yazU=";
+  cargoHash = "sha256-x53sQ/DEx7SkQ8vECg/5lkcdJA3WbcDaYapbXub+9nA=";
 
   nativeBuildInputs = [ cmake pkg-config installShellFiles pandoc ];
   buildInputs = [ zlib ]