13 rustPlatform.buildRustPackage {
17 src = fetchFromGitHub {
18 owner = "lusingander";
21 hash = "sha256-iLfUJXunQjS/dFB+sTtZRvsxHRMh5o6JYM3eCucEhQA=";
24 cargoHash = "sha256-eja2wE822IckT9pj6TqqKh3NUyUox+VlhGb+lTvCW1Y=";
26 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
27 darwin.apple_sdk.frameworks.AppKit
28 darwin.apple_sdk.frameworks.CoreGraphics
31 passthru.tests.version = testers.testVersion { package = stu; };
34 description = "Terminal file explorer for S3 buckets";
35 changelog = "https://github.com/lusingander/stu/releases/tag/v${version}";
36 homepage = "https://lusingander.github.io/stu/";
37 license = lib.licenses.mit;
38 maintainers = [ lib.maintainers.Nebucatnetzer ];