mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
Merge pull request #309613 from bbigras/copilot
copilot: unstable-2023-12-26 -> unstable-2024-05-01
This commit is contained in:
commit
8bf1ac58fd
@ -2,6 +2,7 @@
|
|||||||
lib,
|
lib,
|
||||||
dash,
|
dash,
|
||||||
editorconfig,
|
editorconfig,
|
||||||
|
f,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
nodejs,
|
nodejs,
|
||||||
s,
|
s,
|
||||||
@ -9,13 +10,13 @@
|
|||||||
}:
|
}:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "copilot";
|
pname = "copilot";
|
||||||
version = "0-unstable-2023-12-26";
|
version = "0-unstable-2024-05-01";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zerolfx";
|
owner = "copilot-emacs";
|
||||||
repo = "copilot.el";
|
repo = "copilot.el";
|
||||||
rev = "d4fa14cea818e041b4a536c5052cf6d28c7223d7";
|
rev = "733bff26450255e092c10873580e9abfed8a81b8";
|
||||||
sha256 = "sha256-Tzs0Dawqa+OD0RSsf66ORbH6MdBp7BMXX7z+5UuNwq4=";
|
sha256 = "sha256-Knp36PtgA73gtYO+W1clQfr570bKCxTFsGW3/iH86A0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
files = ''(:defaults "dist")'';
|
files = ''(:defaults "dist")'';
|
||||||
@ -23,6 +24,7 @@ melpaBuild {
|
|||||||
packageRequires = [
|
packageRequires = [
|
||||||
dash
|
dash
|
||||||
editorconfig
|
editorconfig
|
||||||
|
f
|
||||||
s
|
s
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -30,8 +32,9 @@ melpaBuild {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Unofficial copilot plugin for Emacs";
|
description = "Unofficial copilot plugin for Emacs";
|
||||||
homepage = "https://github.com/zerolfx/copilot.el";
|
homepage = "https://github.com/copilot-emacs/copilot.el";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
|
maintainers = with lib.maintainers; [ bbigras ];
|
||||||
platforms = [
|
platforms = [
|
||||||
"x86_64-darwin"
|
"x86_64-darwin"
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
|
Loading…
Reference in New Issue
Block a user