your-editor: 1206 -> 1303
Co-authored-by: figsoda <figsoda@pm.me>
This commit is contained in:
parent
97ef966bc4
commit
e810c7f544
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "your-editor";
|
pname = "your-editor";
|
||||||
version = "1206";
|
version = "1303";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kammerdienerb";
|
owner = "your-editor";
|
||||||
repo = "yed";
|
repo = "yed";
|
||||||
rev = "6cdd99fe1359899b26d8967bd376fd5caa5451eb";
|
rev = version;
|
||||||
sha256 = "0XECSolW/xPXd1v3sv9HbJMWuHGnwCOwmHoPNCUsE+w=";
|
sha256 = "BWy/icQs8hVtNeM/mCi6LOah1UG0elU/DgCmfaIPD64=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
@ -21,8 +21,9 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Your-editor (yed) is a small and simple terminal editor core that is meant to be extended through a powerful plugin architecture";
|
description = "Your-editor (yed) is a small and simple terminal editor core that is meant to be extended through a powerful plugin architecture";
|
||||||
homepage = "https://your-editor.org/";
|
homepage = "https://your-editor.org/";
|
||||||
|
changelog = "https://github.com/your-editor/yed/blob/1303/CHANGELOG.md";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ uniquepointer ];
|
maintainers = with maintainers; [ uniquepointer ];
|
||||||
mainProgram = "yed";
|
mainProgram = "yed";
|
||||||
};
|
};
|
||||||
|
@ -29567,7 +29567,7 @@ with pkgs;
|
|||||||
|
|
||||||
yoshimi = callPackage ../applications/audio/yoshimi { };
|
yoshimi = callPackage ../applications/audio/yoshimi { };
|
||||||
|
|
||||||
your-editor = callPackage ../applications/editors/your-editor { };
|
your-editor = callPackage ../applications/editors/your-editor { stdenv = gccStdenv; };
|
||||||
|
|
||||||
youtube-dl = with python3Packages; toPythonApplication youtube-dl;
|
youtube-dl = with python3Packages; toPythonApplication youtube-dl;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user