Merge pull request #333207 from r-ryantm/auto-update/alacritty-theme

alacritty-theme: 0-unstable-2024-07-25 -> 0-unstable-2024-07-31
This commit is contained in:
Nick Cao 2024-08-08 14:34:12 -04:00 committed by GitHub
commit 4ba3424b04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation (self: {
pname = "alacritty-theme";
version = "0-unstable-2024-07-25";
version = "0-unstable-2024-07-31";
src = fetchFromGitHub {
owner = "alacritty";
repo = "alacritty-theme";
rev = "bcc5ec1bdecb4a799a6bc8ad3a5b206b3058d6df";
hash = "sha256-IRAUY/59InKYLRfMYI78wSKC6+KI/7aOtOhQNUqdjOA=";
rev = "4091fddff8da892d5594e94116927c7445620867";
hash = "sha256-1tt4GL3KNa3S4dEFiRZf4B1+CM6e7/gO3Q34847lYkI=";
};
dontConfigure = true;