alacritty-theme: 0-unstable-2025-11-16 -> 0-unstable-2026-02-13 (#485090)

This commit is contained in:
nicoo
2026-02-21 17:06:44 +00:00
committed by GitHub
+3 -3
View File
@@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "alacritty-theme";
version = "0-unstable-2025-11-16";
version = "0-unstable-2026-02-13";
src = fetchFromGitHub {
owner = "alacritty";
repo = "alacritty-theme";
rev = "f82c742634b5e840731dd7c609e95231917681a5";
hash = "sha256-L5Sfex+9DGMLd4Be0w+BzNKdFCVXPBtnyBHQ6O0wPaU=";
rev = "dcd837532011fcfc6941d0dc84b3271888309ee8";
hash = "sha256-NkGM9rS1FQUDlFRXqGM9dlUMy7cwKxcSz+vFjQs+Tgg=";
sparseCheckout = [ "themes" ];
};