1 { lib, stdenv, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "0mn0wm3bihn7ffqk0p79mb1hik54dbhc9diq1wh9ylpld2iqmz68";
14 cargoSha256 = "1bvs23rb25qdwbrygzq11p8cvck5lxjp9llvs1cjdh0qzr65jwla";
16 # include_hidden test tries to use `chflags` on darwin
17 checkFlagsArray = lib.optionals stdenv.isDarwin [ "--skip=subcommand::torrent::create::tests::include_hidden" ];
20 description = "User-friendly and featureful command-line BitTorrent metainfo utility";
21 homepage = "https://github.com/casey/intermodal";
22 license = licenses.cc0;
23 maintainers = with maintainers; [ Br1ght0ne ];