10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
15 owner = "theimpossibleastronaut";
18 hash = "sha256-rfJdJHSkusZj/PN74KgV5i36YC0YRZmIfRdvkUNoKEM=";
19 fetchSubmodules = true;
33 description = "Trashcan/ recycle bin utility for the command line";
34 homepage = "https://github.com/theimpossibleastronaut/rmw";
35 changelog = "https://github.com/theimpossibleastronaut/rmw/blob/${src.rev}/ChangeLog";
36 license = licenses.gpl3Only;
37 maintainers = with maintainers; [ dit7ya ];