about summary refs log tree commit diff
path: root/pkgs/by-name/ez
diff options
context:
space:
mode:
authorChristina Sørensen <christina@cafkafk.com>2024-03-21 10:00:51 +0100
committerChristina Sørensen <christina@cafkafk.com>2024-03-21 10:00:51 +0100
commit217bac9c14ee0b6804b721f8c67dd85ec963cd8a (patch)
tree164c2524619eb52e22d37f9d63b9bc2ec7bedd1a /pkgs/by-name/ez
parentd7427e08de168ffc96cd59662934792be39390e4 (diff)
eza: 0.18.7 -> 0.18.8
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Diffstat (limited to 'pkgs/by-name/ez')
-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 a6f7b9c9753cf..76064b122cbcd 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.7";
+  version = "0.18.8";
 
   src = fetchFromGitHub {
     owner = "eza-community";
     repo = "eza";
     rev = "v${version}";
-    hash = "sha256-f9EvVWu+WlBm9Q+OzzMoXOGGLJp5DKdC13tPk4JStf4=";
+    hash = "sha256-VKBiISHZmSqLf/76svKHqmQtsj+Trz41GhCJxgGY76Y=";
   };
 
-  cargoHash = "sha256-ItML58+OMyt6qmxK1w0Tb4sqwXxIhXLih1NThRXdbi4=";
+  cargoHash = "sha256-xFLnd0Pw3AtA4Nrg5rlqJj0fYOZ2xeNtS5vnAMWk4sc=";
 
   nativeBuildInputs = [ cmake pkg-config installShellFiles pandoc ];
   buildInputs = [ zlib ]