alacritty-theme: 0-unstable-2025-08-18 -> 0-unstable-2025-11-16

This commit is contained in:
R. Ryantm
2025-11-19 13:01:14 +00:00
parent 1786e50c5e
commit f32fe76dad
+3 -3
View File
@@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation (self: {
pname = "alacritty-theme";
version = "0-unstable-2025-08-18";
version = "0-unstable-2025-11-16";
src = fetchFromGitHub {
owner = "alacritty";
repo = "alacritty-theme";
rev = "40e0c6c8690d1c62f58718fcef8a48eb6077740b";
hash = "sha256-guNbnnSyENom6SkwN2Zjn3I1KnV5F3hbvYS1ns4q4uE=";
rev = "f82c742634b5e840731dd7c609e95231917681a5";
hash = "sha256-L5Sfex+9DGMLd4Be0w+BzNKdFCVXPBtnyBHQ6O0wPaU=";
sparseCheckout = [ "themes" ];
};