kitty: pin commit and update hash

This commit is contained in:
LavaDesu 2021-09-01 19:52:49 +07:00
parent 89b7afd817
commit 735e02497b
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 2 additions and 3 deletions

View file

@ -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";
});
};
}

View file

@ -1,4 +1,3 @@
# experiment!
self: super:
let
lib = super.lib;