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