xplr: 0.20.1 -> 0.20.2

This commit is contained in:
Arijit Basu 2023-01-16 11:28:46 +05:30
parent 27b97d2f87
commit 7641901f0a
No known key found for this signature in database
GPG key ID: 0F8EF5258DC38077

View file

@ -2,18 +2,18 @@
rustPlatform.buildRustPackage rec {
pname = "xplr";
version = "0.20.1";
version = "0.20.2";
src = fetchFromGitHub {
owner = "sayanarijit";
repo = pname;
rev = "v${version}";
sha256 = "sha256-b3TdhziXPytHitilMBkr6OGaI+CBI3w4qcTIkQtOAjs=";
sha256 = "sha256-iPcxDNtwWnvFljZw052aw/ekCahyFBNt/zbUAdaWJA8=";
};
buildInputs = lib.optional stdenv.isDarwin libiconv;
cargoSha256 = "sha256-pdXLuogkz5q4+B/y/alA900OHVGBT8W6BR7I2aH8IaA=";
cargoSha256 = "sha256-Sn7ZcNdmMDQJHn99iTJX9c3uVhaGpRvEgdoJFmIUgeU=";
meta = with lib; {
description = "A hackable, minimal, fast TUI file explorer";