2018-12-01 19:51:49 +01:00
|
|
|
{ stdenv, fetchFromGitHub, rustPlatform }:
|
|
|
|
|
2018-12-04 00:20:02 +01:00
|
|
|
rustPlatform.buildRustPackage {
|
2018-12-05 00:19:33 +01:00
|
|
|
name = "loop-unstable-2018-12-04";
|
2018-12-01 19:51:49 +01:00
|
|
|
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "Miserlou";
|
|
|
|
repo = "Loop";
|
2018-12-05 00:19:33 +01:00
|
|
|
rev = "598ccc8e52bb13b8aff78b61cfe5b10ff576cecf";
|
|
|
|
sha256 = "0f33sc1slg97q1aisdrb465c3p7fgdh2swv8k3yphpnja37f5nl4";
|
2018-12-01 19:51:49 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
cargoSha256 = "1ccf8dkswwdbwf9diy0l4vc4i2g05ynhi3w1jg3b2ldrvj0j9m9s";
|
|
|
|
|
|
|
|
meta = with stdenv.lib; {
|
|
|
|
description = "UNIX's missing `loop` command";
|
|
|
|
homepage = https://github.com/Miserlou/Loop;
|
|
|
|
maintainers = with maintainers; [ koral ];
|
|
|
|
license = licenses.mit;
|
|
|
|
};
|
|
|
|
}
|