diff options
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 27bf7b3..c0b4afe 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -29,7 +29,7 @@ let }; helix = builtins.fetchGit { url = "https://github.com/ethulhu/helix"; - rev = "b64bdc80c3c994f22a28599747897aa5de3ada93"; + rev = "dd0eff23f0329b7baa88bee8de4908ea044f5801"; }; jackalope = builtins.fetchGit { url = "https://git.sr.ht/~eth/jackalope"; |