Skip to content

Commit

Permalink
eza: 0.20.12 -> 0.20.13 (#366243)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Dec 18, 2024
2 parents cd3cc40 + 17325ed commit 1af8300
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ez/eza/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@

rustPlatform.buildRustPackage rec {
pname = "eza";
version = "0.20.12";
version = "0.20.13";

src = fetchFromGitHub {
owner = "eza-community";
repo = "eza";
rev = "v${version}";
hash = "sha256-x3rq0jLv8INBmaMH0t4vINK9MBwcIukCyMTM0CUTyy0=";
hash = "sha256-5+L0YSh/FLixCMlb8CpXCMBHIL1wIOo9WOpcRemTpCg=";
};

cargoHash = "sha256-X35aksmao6pXxzARFgS2UlMxa8usfyFQAhlSug9YStQ=";
cargoHash = "sha256-kkn2NuPYdXdIoK4mrM1aPzDVN8ByeMBMW+ewnyj96j4=";

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit 1af8300

Please sign in to comment.