mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00: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:
commit
330fc844c2
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation (self: {
|
stdenvNoCC.mkDerivation (self: {
|
||||||
name = "alacritty-theme";
|
name = "alacritty-theme";
|
||||||
version = "unstable-2024-02-11";
|
version = "unstable-2024-02-25";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alacritty";
|
owner = "alacritty";
|
||||||
repo = "alacritty-theme";
|
repo = "alacritty-theme";
|
||||||
rev = "0587019bac748dfb5cc1b768f89c88ad9291b66b";
|
rev = "07c10441dae4d0490145a0f40178f8846b24e800";
|
||||||
hash = "sha256-WPatWpBCZYFCohUh3U9QzSTFJgtou8+861013jz49Lw=";
|
hash = "sha256-aZlsKbFcm1bswx7k0cjwhj1MudR0Q0rD8sdHa7kQ0rY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user