1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage {
5 version = "unstable-2020-07-08";
7 src = fetchFromGitHub {
10 rev = "944df766ddecd7a0d67d91cc2dfda8c197179fb0";
11 sha256 = "0v61kahwk1kdy8pb40rjnzcxby42nh02nyg9jqqpx3vgdrpxlnix";
14 cargoHash = "sha256-sceS/2qxiV16VP8E3M39MYnGiCbq0rrnehsV/SuHZl4=";
17 description = "UNIX's missing `loop` command";
18 homepage = "https://github.com/Miserlou/Loop";
19 maintainers = with maintainers; [ koral ];
20 license = licenses.mit;