picom-ft-labs: unstable-2024-01-22 -> unstable-2024-02-17

This commit is contained in:
Guanran Wang 2024-02-25 16:36:55 +08:00
parent 7f3531ed71
commit ec6380dea7
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -5,13 +5,13 @@
}: }:
picom.overrideAttrs (old: { picom.overrideAttrs (old: {
pname = "picom-ft-labs"; pname = "picom-ft-labs";
version = "unstable-2024-01-22"; version = "unstable-2024-02-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "FT-Labs"; owner = "FT-Labs";
repo = "picom"; repo = "picom";
rev = "fe5b416ed6f43c31418d21dde7a9f20c12d7dfb0"; rev = "df4c6a3d9b11e14ed7f3142540babea4c775ddb1";
sha256 = "sha256-jouBx8fqoy/psD/P9dX3Q4/D4IWsLSxA210CKcBbh4I="; sha256 = "sha256-FmORxY7SLFnAmtQyC82sK36RoUBa94rJ7BsDXjXUCXk=";
}; };
buildInputs = old.buildInputs ++ [pcre2]; buildInputs = old.buildInputs ++ [pcre2];