add (unused) jonaburg's picom fork

This commit is contained in:
LavaDesu 2021-05-31 00:21:20 +07:00
parent 28437cb713
commit 1f8626daf3
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -2,9 +2,14 @@ self: super: {
picom = super.picom.overrideAttrs(old: {
src = super.fetchFromGitHub {
repo = "picom";
owner = "ibhagwan";
rev = "60eb00ce1b52aee46d343481d0530d5013ab850b";
sha256 = "1m17znhl42sa6ry31yiy05j5ql6razajzd6s3k2wz4c63rc2fd1w";
# owner = "jonaburg";
# rev = "a8445684fe18946604848efb73ace9457b29bf80";
# sha256 = "154s67p3lxdv9is3lnc32j48p7v9n18ga1j8ln1dxcnb38c19rj7";
};
});
}