about summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-23 13:30:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-23 13:30:43 +0000
commit841e38e789f0eeee3867668a70a910bc1aaabb8d (patch)
tree1c10f525a1efad9741dc1f6f2c70b6aa1a4cc89a /pkgs/data/themes
parent47ea5bd4873307fc2371ae1bdf508864f6a25ee8 (diff)
alacritty-theme: 0-unstable-2024-05-03 -> 0-unstable-2024-06-17
Diffstat (limited to 'pkgs/data/themes')
-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 96cf66197fe17..ccf899eba630c 100644
--- a/pkgs/data/themes/alacritty-theme/default.nix
+++ b/pkgs/data/themes/alacritty-theme/default.nix
@@ -6,13 +6,13 @@
 
 stdenvNoCC.mkDerivation (self: {
   pname = "alacritty-theme";
-  version = "0-unstable-2024-05-03";
+  version = "0-unstable-2024-06-17";
 
   src = fetchFromGitHub {
     owner = "alacritty";
     repo = "alacritty-theme";
-    rev = "94e1dc0b9511969a426208fbba24bd7448493785";
-    hash = "sha256-bPup3AKFGVuUC8CzVhWJPKphHdx0GAc62GxWsUWQ7Xk=";
+    rev = "a4041aeea19d425b63f7ace868917da26aa189bd";
+    hash = "sha256-A5Xlu6kqB04pbBWMi2eL+pp6dYi4MzgZdNVKztkJhcg=";
   };
 
   dontConfigure = true;