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