about summary refs log tree commit diff
path: root/pkgs/data/themes/alacritty-theme
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2023-12-29 14:42:34 +0000
committerr-vdp <ramses@well-founded.dev>2023-12-29 15:50:39 +0000
commit1fdcdc2f1be30b500145ea74a7aec7df36062390 (patch)
tree6b3ee61951d4936fc2d4fc10aa9f9afd42450eff /pkgs/data/themes/alacritty-theme
parente524f32b79644b2b0c9cf8c75db8f6b12c3178da (diff)
alacritty-theme: unstable-2023-11-07 → unstable-2023-12-28
Necessary for alacritty v0.13, as the configuration language changed (TOML instead of YAML)
Diffstat (limited to 'pkgs/data/themes/alacritty-theme')
-rw-r--r--pkgs/data/themes/alacritty-theme/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/themes/alacritty-theme/default.nix b/pkgs/data/themes/alacritty-theme/default.nix
index e8dd692eb6e47..ea5a426f624a1 100644
--- a/pkgs/data/themes/alacritty-theme/default.nix
+++ b/pkgs/data/themes/alacritty-theme/default.nix
@@ -6,13 +6,13 @@
 
 stdenvNoCC.mkDerivation (self: {
   name = "alacritty-theme";
-  version = "unstable-2023-11-07";
+  version = "unstable-2023-12-28";
 
   src = fetchFromGitHub {
     owner = "alacritty";
     repo = "alacritty-theme";
-    rev = "808b81b2e88884e8eca5d951b89f54983fa6c237";
-    hash = "sha256-g5tM6VBPLXin5s7X0PpzWOOGTEwHpVUurWOPqM/O13A=";
+    rev = "b7a59c92fd54a005893b99479fb0aa466a37a4b7";
+    hash = "sha256-UBWH4Q9MliqcolFq1tZrfRdzCkUO1pRn84qvZEVw8Gg=";
   };
 
   dontConfigure = true;