diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-11 13:05:37 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-11 13:05:37 +0100 |
commit | 72db61a67f49b6b456496af606f8c3ef3959c9fe (patch) | |
tree | b7581c2d31e8d2940b0ee81b7f8c5bea56a94c36 /pkgs | |
parent | 653ff4fc6a38cb5d039a855871206c6ead965168 (diff) |
update pkgs.eth.helix
Diffstat (limited to '')
-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"; |