Update builtin straight.

This commit is contained in:
Elbek Azimov
2021-05-27 09:41:25 +05:00
committed by László Vaskó
parent aec5f224d1
commit 4bb7a6267d
2 changed files with 6 additions and 2 deletions

View File

@@ -33,5 +33,9 @@
(apply orig-fn r)))
(load init-file nil nil t))
(advice-add 'straight--executable-find
;; straight doesn't use git in this setup
:override (lambda (name) (eq name "git")))
(provide 'setup)
;;; setup.el ends here

View File

@@ -6,7 +6,7 @@ trivialBuild rec {
src = fetchFromGitHub {
owner = "raxod502";
repo = "straight.el";
rev = "e1390a933b6f5a15079d6dec91eac97a17aad10c";
sha256 = "sha256-fzIvJ5sDNDtF0w8t1WtM2SpnWT8zM2RG/EiSthy1URU=";
rev = "5541697ceee7e7ba937eddebba44f1e8e8af6a4f";
sha256 = "sha256-Ecf0QU/ZbCirGHYBSZGIA4Gb0ION56S/pOElYZXgytI=";
};
}