Build swift-ts-mode an copilot.el from commit hash

This commit is contained in:
Tobias Ostner 2024-07-05 15:26:55 +02:00
parent c679908e4e
commit 5b8e369048

View file

@ -108,12 +108,12 @@
swift-mode swift-mode
(trivialBuild { (trivialBuild {
pname = "swift-ts-mode"; pname = "swift-ts-mode";
version = "main-05-17-2024"; version = "main-07-05-2024";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "rechsteiner"; owner = "rechsteiner";
repo = "swift-ts-mode"; repo = "swift-ts-mode";
rev = "main"; rev = "5e198d306bd4d49e4dddab39195fe99e1caf8892";
hash = "sha256-OrJN33iaY/7IE7bRVw2i1xnnUfc3iznxeAFcxlibx5Q="; hash = "sha256-c7AAFuaDbufMpzJtJ2PbRRXFJmo1y4L50T0idzxrvao=";
}; };
}) })
super-save super-save
@ -130,12 +130,12 @@
vertico vertico
(trivialBuild { (trivialBuild {
pname = "copilot.el"; pname = "copilot.el";
version = "main-05-12-2024"; version = "main-07-05-2024";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "copilot-emacs"; owner = "copilot-emacs";
repo = "copilot.el"; repo = "copilot.el";
rev = "main"; rev = "e15bafa95b39091dbb2a99ad62e42f03a8d78f01";
hash = "sha256-Knp36PtgA73gtYO+W1clQfr570bKCxTFsGW3/iH86A0="; hash = "sha256-jKm+oVMadHyeG93VFU3JG3qNROOJPDXs7w2pIO/2IyM=";
}; };
buildInputs = [ buildInputs = [
epkgs.dash epkgs.dash