about summary refs log tree commit diff
path: root/pkgs/by-name/ez
diff options
context:
space:
mode:
authorChristina Sørensen <christina@cafkafk.com>2023-10-19 16:09:43 +0200
committerChristina Sørensen <christina@cafkafk.com>2023-10-19 16:09:43 +0200
commit558b9e173c8091fec3b738f5c8d12a7d6bda6de4 (patch)
tree3f918bcb66f8048cfed4f2fe0d3e25496896e7a5 /pkgs/by-name/ez
parent60fefd4cce4177a27237ba4850a06816f1608b00 (diff)
eza: 0.14.2 -> 0.15.0
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 e7181d59afaff..804446d6fe7a6 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.14.2";
+  version = "0.15.0";
 
   src = fetchFromGitHub {
     owner = "eza-community";
     repo = "eza";
     rev = "v${version}";
-    hash = "sha256-eST70KMdGgbTo4FNL3K5YGn9lwIGroG4y4ExKDb30hU=";
+    hash = "sha256-52vBN/EdO0R2Lt/Iv33Odl437I8kgUhxXwtUuiaAcAU=";
   };
 
-  cargoHash = "sha256-h5ooNR0IeXWyY6PuZM/bQLkX4F0eZsEY2eoIgo0nRFA=";
+  cargoHash = "sha256-j6FsI6FpBXtaNcVDY84UBcqifXuJxBRW5Gdln8pq7Iw=";
 
   nativeBuildInputs = [ cmake pkg-config installShellFiles pandoc ];
   buildInputs = [ zlib ]