about summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authorMasum Reza <50095635+JohnRTitor@users.noreply.github.com>2024-06-23 21:23:49 +0530
committerGitHub <noreply@github.com>2024-06-23 21:23:49 +0530
commit2616284fdf48928b311f7c0a025c0cf5d286aae5 (patch)
tree5c88815350333646981c4c7e31dfea142761a024 /pkgs/data/themes
parent7417445a08a2f330a8c3012720e0b99df541960f (diff)
parent841e38e789f0eeee3867668a70a910bc1aaabb8d (diff)
Merge pull request #321965 from r-ryantm/auto-update/alacritty-theme
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;