From 735e02497b76080f609386ca637bd6a0e65bc483 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Wed, 1 Sep 2021 19:52:49 +0700 Subject: [PATCH] kitty: pin commit and update hash --- modules/user/kitty.nix | 4 ++-- overlays/tree-sitter.nix | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/user/kitty.nix b/modules/user/kitty.nix index 35851ca..a7a7601 100644 --- a/modules/user/kitty.nix +++ b/modules/user/kitty.nix @@ -11,8 +11,8 @@ enable_audio_bell = false; }; extraConfig = builtins.readFile (builtins.fetchurl { - url = "https://raw.githubusercontent.com/folke/tokyonight.nvim/main/extras/kitty_tokyonight_night.conf"; - sha256 = "0mgjkmn4grr7rrxc5rrs1n0cghf03gp0v55hf3phll6czjavjldf"; + url = "https://raw.githubusercontent.com/folke/tokyonight.nvim/eede574f9ef57137e6d7e4bab37b09db636c5a56/extras/kitty_tokyonight_night.conf"; + sha256 = "0l9yl3qmgf7b10x7hy7q5hma0hsyamq3n14lfbw31cimm6snwim6"; }); }; } diff --git a/overlays/tree-sitter.nix b/overlays/tree-sitter.nix index 7e8f5d6..26e8012 100644 --- a/overlays/tree-sitter.nix +++ b/overlays/tree-sitter.nix @@ -1,4 +1,3 @@ -# experiment! self: super: let lib = super.lib;