Skip to content

Commit

Permalink
yazi-unwrapped: 0.4.1 -> 0.4.2 (#366835)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Dec 21, 2024
2 parents 8480747 + 3f379a8 commit e21fc45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ya/yazi-unwrapped/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@

rustPlatform.buildRustPackage rec {
pname = "yazi";
version = "0.4.1";
version = "0.4.2";

src = fetchFromGitHub {
owner = "sxyazi";
repo = "yazi";
rev = "v${version}";
hash = "sha256-YKP+9EfLiXbVivKWWL+arx+2Ek+XydS2VjGy3DncD8s=";
hash = "sha256-2fBajVFpmgNHb90NbK59yUeaYLWR7rhQxpce9Tq1uQU=";
};

cargoHash = "sha256-vH2ihp/X6W1OQfYwMT2vpn8c1PKaX9Uf1Tp2HvQl+o8=";
cargoHash = "sha256-54KD20C1oFK2KlH6aCwvjT4tf4p15FJV5y6pJUoQXG0=";

env.YAZI_GEN_COMPLETIONS = true;
env.VERGEN_GIT_SHA = "Nixpkgs";
env.VERGEN_BUILD_DATE = "2024-12-11";
env.VERGEN_BUILD_DATE = "2024-12-20";

nativeBuildInputs = [ installShellFiles ];
buildInputs = [ rust-jemalloc-sys ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Foundation ];
Expand Down

0 comments on commit e21fc45

Please sign in to comment.