diff options
author | R. Ryantm | 2024-06-23 13:30:43 +0000 |
---|---|---|
committer | R. Ryantm | 2024-06-23 13:30:43 +0000 |
commit | 841e38e789f0eeee3867668a70a910bc1aaabb8d (patch) | |
tree | 1c10f525a1efad9741dc1f6f2c70b6aa1a4cc89a | |
parent | 47ea5bd4873307fc2371ae1bdf508864f6a25ee8 (diff) |
alacritty-theme: 0-unstable-2024-05-03 -> 0-unstable-2024-06-17
-rw-r--r-- | pkgs/data/themes/alacritty-theme/default.nix | 6 |
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 96cf66197fe1..ccf899eba630 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; |