diff options
author | R. Ryantm | 2024-07-06 05:07:01 +0000 |
---|---|---|
committer | R. Ryantm | 2024-07-06 05:07:01 +0000 |
commit | 3a4ced1b416b1b40dab46b95f4cd628ed11b1d7e (patch) | |
tree | 317d61528c2b2de004fc251486b2c96e742fcb6d | |
parent | d179c0d8010ae7e8f03342b7e2a9b5d41835a7d2 (diff) |
alacritty-theme: 0-unstable-2024-06-17 -> 0-unstable-2024-07-03
-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 ccf899eba630..7b68f8cc490f 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-06-17"; + version = "0-unstable-2024-07-03"; src = fetchFromGitHub { owner = "alacritty"; repo = "alacritty-theme"; - rev = "a4041aeea19d425b63f7ace868917da26aa189bd"; - hash = "sha256-A5Xlu6kqB04pbBWMi2eL+pp6dYi4MzgZdNVKztkJhcg="; + rev = "b5a35e2f6e186f70560a3123c4fbc14b2c99af2f"; + hash = "sha256-60/XiJHeCP06DFjEosTgWJlzV4lfS/Bs24nfRCSQU70="; }; dontConfigure = true; |