From d10f14d3704cefea370cd11b7f7010cdfe135650 Mon Sep 17 00:00:00 2001 From: Marien Zwart Date: Tue, 9 Jul 2024 20:03:33 +1000 Subject: [PATCH] Update git-commit pin Still necessary, but magit got bumped so we need to bump this pin too. Confirmed this does not pull in significant changes, just cleanup. --- fetch-overrides.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch-overrides.nix b/fetch-overrides.nix index 2e33139..1fc3015 100644 --- a/fetch-overrides.nix +++ b/fetch-overrides.nix @@ -52,7 +52,7 @@ # (built from the same repo). When building with straight, the magit pin seems to "win", # making this a non-issue for Doom (since there have been no significant changes to git-commit). # CI should fail again the next time Doom updates magit, so this won't go stale. - git-commit = "ea0f07e54967197ac0b072a69ba314314a4080c1"; + git-commit = "9d1f8db507e080e032943a3ed1445bd8d9aaa9fc"; }; # Domains for which to force `shallow = false`.