1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-pa9ibXyuWq7jRYsn3bGdqvLWbwQO2VYsP6Bk+BayQ8o=";
16 patchShebangs install.sh
22 description = "Your-editor (yed) is a small and simple terminal editor core that is meant to be extended through a powerful plugin architecture";
23 homepage = "https://your-editor.org/";
24 changelog = "https://github.com/your-editor/yed/blob/${version}/CHANGELOG.md";
25 license = with licenses; [ mit ];
26 platforms = platforms.unix;
27 maintainers = with maintainers; [ uniquepointer ];