Merge pull request #176890 from ModdedGamers/mprocs-0-4-update
mprocs: 0.2.2 -> 0.4.0
This commit is contained in:
commit
b2a6b6ea79
1 changed files with 4 additions and 4 deletions
|
@ -2,21 +2,21 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "mprocs";
|
pname = "mprocs";
|
||||||
version = "0.2.2";
|
version = "0.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pvolok";
|
owner = "pvolok";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-9wac2jlh8MLggcYuEHVUPYPjhfzGN+4o1XT8B9pj4f8=";
|
sha256 = "sha256-IzaXcEm4eUpLWsn59ZSiIJ0mCegLhBiA3ONKI1Djemk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-vGhoM5VMJO+ppLk8DetNZ8UteU6ifdtRe1HNJ0dSB+0=";
|
cargoSha256 = "sha256-nTFCFmmS3IIm+D2PjvDxUKQGTn2h0ajXtxLuosa9rRY=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A TUI tool to run multiple commands in parallel and show the output of each command separately";
|
description = "A TUI tool to run multiple commands in parallel and show the output of each command separately";
|
||||||
homepage = "https://github.com/pvolok/mprocs";
|
homepage = "https://github.com/pvolok/mprocs";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.GaetanLepage ];
|
maintainers = with maintainers; [ GaetanLepage thehedgeh0g ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue