alacritty-theme: 0-unstable-2025-02-20 -> 0-unstable-2025-03-20 (#393672)

This commit is contained in:
jopejoe1 2025-04-02 10:07:27 +02:00 committed by GitHub
commit d417129b0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation (self: { stdenvNoCC.mkDerivation (self: {
pname = "alacritty-theme"; pname = "alacritty-theme";
version = "0-unstable-2025-02-20"; version = "0-unstable-2025-03-20";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alacritty"; owner = "alacritty";
repo = "alacritty-theme"; repo = "alacritty-theme";
rev = "687675f3f2245c80ff8bfe8180b0eb40dfc0bc86"; rev = "86c578469e2bf784faf6f916883bf48349ff4f6d";
hash = "sha256-kxOPURbK/tzHSO7eZRCV2l4XOj7BNT5bCTc0Qcifuww="; hash = "sha256-0phAQvPPiwE7MneaN7XoLZKPgAIDGYf3fYvYUjhbts8=";
sparseCheckout = [ "themes" ]; sparseCheckout = [ "themes" ];
}; };