aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorYusuf Bera Ertan2021-09-10 16:48:04 +0000
committerIvan Tham2021-09-12 12:11:04 +0000
commit004c8fd4628d639fca999672a43a8ab81c3cdea3 (patch)
tree51d77f3a7ad2e427cb451bada6cbf5266ff9796e /flake.nix
parent05c2a72ccb7f79e8e581d2703816c74543d1995c (diff)
chore(nix): update flake inputs and submodule
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 334458a9..f3174875 100644
--- a/flake.nix
+++ b/flake.nix
@@ -36,9 +36,9 @@
pkgs = common.pkgs;
helix = pkgs.fetchgit {
url = "https://github.com/helix-editor/helix.git";
- rev = "d4bd5b37669708361a0a6cd2917464b010e6b7f5";
+ rev = "987d8e6dd66d65c2503cc81a3b9ea8787435839a";
fetchSubmodules = true;
- sha256 = "sha256-KayR7K7UC0mT6EjHsZsCYY9IVDJzft63fGpPKGSY8nQ=";
+ sha256 = "sha256-GRJ0zMJva9upUatc89AeKYuLq73nxcxDPKDSgEcPASE=";
};
in
pkgs.runCommand prev.src.name { } ''