Use dccsillag's fork with animation support

This commit is contained in:
Ivan Malison 2022-08-27 09:05:42 -06:00
parent e0a0232394
commit dc80159777
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2,9 +2,9 @@ final: prev: {
picom = prev.picom.overrideAttrs(_: {
src = prev.fetchFromGitHub {
repo = "picom";
owner = "jonaburg";
rev = "a8445684fe18946604848efb73ace9457b29bf80";
sha256 = "sha256-R+YUGBrLst6CpUgG9VCwaZ+LiBSDWTp0TLt1Ou4xmpQ=";
owner = "dccsillag";
rev = "51b21355696add83f39ccdb8dd82ff5009ba0ae5";
sha256 = "sha256-crCwRJd859DCIC0pEerpDqdX2j8ZrNAzVaSSB3mTPN8==";
};
});
}