about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristina Sørensen <christina@cafkafk.com>2024-09-28 18:08:12 +0200
committerGitHub <noreply@github.com>2024-09-28 18:08:12 +0200
commitb130adc03a144f530ff112c53c13f0ac8a7b1631 (patch)
tree4bcb693793f5e4b7f754bd13ec6ac8cc4b1ab051
parenta23db91282bbbcdbfa730e1176de0d97a7d9d4d5 (diff)
parent9bb1ef2ca1933142cd9a1d67f556ad4a7236ed0c (diff)
eza: 0.19.4 -> 0.20.0 (#345026)
-rw-r--r--pkgs/by-name/ez/eza/package.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/by-name/ez/eza/package.nix b/pkgs/by-name/ez/eza/package.nix
index 3380e98a11717..b1262cea992b8 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.19.4";
+  version = "0.20.0";
 
   src = fetchFromGitHub {
     owner = "eza-community";
     repo = "eza";
     rev = "v${version}";
-    hash = "sha256-5+ZZcoOS5R674cAxQ7vo1yU4D0hLIMF0OSOYYBT60hE=";
+    hash = "sha256-lQEQLINjXGbg9KnqJCQXR/wG50dBTnmWp06wKJi0NE8=";
   };
 
-  cargoHash = "sha256-NSNhufF4IzA1syWcQryh+u1SVgvbkmvaXWlJ7P1i/cs=";
+  cargoHash = "sha256-WT5jwG+c3cSKjAgzlOX3kbtOF3E6NICgGT2BGxcWzDA=";
 
   nativeBuildInputs = [ cmake pkg-config installShellFiles pandoc ];
   buildInputs = [ zlib ]
@@ -62,7 +62,7 @@ rustPlatform.buildRustPackage rec {
     '';
     homepage = "https://github.com/eza-community/eza";
     changelog = "https://github.com/eza-community/eza/releases/tag/v${version}";
-    license = licenses.mit;
+    license = licenses.eupl12;
     mainProgram = "eza";
     maintainers = with maintainers; [ cafkafk _9glenda ];
     platforms = platforms.unix ++ platforms.windows;