about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorChristina Sørensen <christina@cafkafk.com>2023-11-16 11:32:17 +0100
committerChristina Sørensen <christina@cafkafk.com>2023-11-16 11:32:17 +0100
commit1812ab1e4247a4007b8b816b9297ee1beaf05fbb (patch)
tree1e7dfd12eece0b25aec1398b41277932e69e4ca0 /pkgs/by-name
parent48d44f17edc4ffa248bd32f20c0cc25fb69e26c6 (diff)
eza: 0.15.3 -> 0.16.0
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Diffstat (limited to 'pkgs/by-name')
-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 e2e5443991dd0..96098d190bb3e 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.15.3";
+  version = "0.16.0";
 
   src = fetchFromGitHub {
     owner = "eza-community";
     repo = "eza";
     rev = "v${version}";
-    hash = "sha256-V0PuiF8N5ubNO4/EmGFx6qL0k1ziTVVKe+0rpMTMVlg=";
+    hash = "sha256-q72IIKUWZBroDcxMEa1ppTPda9lg/KtEpCNOqlg9ZhU=";
   };
 
-  cargoHash = "sha256-kO4WxTDVmLlQpYuFbohih+4Hct2AmnO802Veuw2Wj2g=";
+  cargoHash = "sha256-UBayjaQX+bRkciookfQYUrCCewMXlIL3Z1I2ZJIbX6o=";
 
   nativeBuildInputs = [ cmake pkg-config installShellFiles pandoc ];
   buildInputs = [ zlib ]