1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

alacritty-theme: unstable-2024-02-11 -> unstable-2024-02-25
This commit is contained in:
Nick Cao 2024-02-26 09:51:24 -05:00 committed by GitHub
commit 330fc844c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation (self: {
name = "alacritty-theme";
version = "unstable-2024-02-11";
version = "unstable-2024-02-25";
src = fetchFromGitHub {
owner = "alacritty";
repo = "alacritty-theme";
rev = "0587019bac748dfb5cc1b768f89c88ad9291b66b";
hash = "sha256-WPatWpBCZYFCohUh3U9QzSTFJgtou8+861013jz49Lw=";
rev = "07c10441dae4d0490145a0f40178f8846b24e800";
hash = "sha256-aZlsKbFcm1bswx7k0cjwhj1MudR0Q0rD8sdHa7kQ0rY=";
};
dontConfigure = true;