Unverified Commit 59d13713 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #182736 from totoroot/update/joshuto-0.9.4

joshuto: 0.9.3 -> 0.9.4
parents ce49cb77 1da61bc1
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "joshuto";
  version = "0.9.3";
  version = "0.9.4";

  src = fetchFromGitHub {
    owner = "kamiyaa";
    repo = pname;
    rev = version;
    sha256 = "sha256-RbA7MM/3u2LJG6QD5f15E/XoLwHMkPasx0ht4PqV/jc=";
    rev = "v${version}";
    sha256 = "sha256-sSrXBPZe9R8s+MzWA7cRlaRCyf/4z2qb6DrUCgvKQh8=";
  };

  cargoSha256 = "sha256-vhTfAoAwDJ9BjhgUEkV2H+KAetJR1YqwaZ7suF6yMXA=";
  cargoSha256 = "sha256-e4asmP/wTnX6/xrK6lAgCkRlGRFniveEiL5GRXVzcZg=";

  buildInputs = lib.optionals stdenv.isDarwin [ SystemConfiguration Foundation ];

@@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
    description = "Ranger-like terminal file manager written in Rust";
    homepage = "https://github.com/kamiyaa/joshuto";
    license = licenses.lgpl3Only;
    maintainers = with maintainers; [ figsoda ];
    maintainers = with maintainers; [ figsoda totoroot ];
  };
}