mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
Merge pull request #248451 from marsam/update-intermodal
intermodal: 0.1.12 -> 0.1.13
This commit is contained in:
commit
c48df0be71
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "intermodal";
|
pname = "intermodal";
|
||||||
version = "0.1.12";
|
version = "0.1.13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "casey";
|
owner = "casey";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-yPyKo2j0Up8gDzi2xOBqpMwIw6rpXDCxc8fCuEblwFY=";
|
hash = "sha256-hKMO7ZicXSYESXWKmDC2ILD996KoYDXS5HJExyXMdX4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-inJZTP4YwCZZ0JvSdGWnZbLN0A0B/+fz4g0XsfIQeq8=";
|
cargoHash = "sha256-7vtUMG6mxAHKnbouyTsaUf1myJssxYoqAIOjc6m86Fo=";
|
||||||
|
|
||||||
# include_hidden test tries to use `chflags` on darwin
|
# include_hidden test tries to use `chflags` on darwin
|
||||||
checkFlagsArray = lib.optionals stdenv.isDarwin [ "--skip=subcommand::torrent::create::tests::include_hidden" ];
|
checkFlagsArray = lib.optionals stdenv.isDarwin [ "--skip=subcommand::torrent::create::tests::include_hidden" ];
|
||||||
@ -28,6 +28,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "User-friendly and featureful command-line BitTorrent metainfo utility";
|
description = "User-friendly and featureful command-line BitTorrent metainfo utility";
|
||||||
homepage = "https://github.com/casey/intermodal";
|
homepage = "https://github.com/casey/intermodal";
|
||||||
|
changelog = "https://github.com/casey/intermodal/releases/tag/v${version}";
|
||||||
license = licenses.cc0;
|
license = licenses.cc0;
|
||||||
maintainers = with maintainers; [ Br1ght0ne xrelkd ];
|
maintainers = with maintainers; [ Br1ght0ne xrelkd ];
|
||||||
mainProgram = "imdl";
|
mainProgram = "imdl";
|
||||||
|
Loading…
Reference in New Issue
Block a user