swayfx-unwrapped: use finalAttrs instead of rec

This commit is contained in:
éclairevoyant 2024-03-28 09:30:01 -04:00
parent 934bbcde29
commit 4c9fd6ce69
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -21,14 +21,14 @@
;
wlroots = wlroots_0_16;
}).overrideAttrs (oldAttrs: rec {
}).overrideAttrs (finalAttrs: prevAttrs: {
pname = "swayfx-unwrapped";
version = "0.3.2";
src = fetchFromGitHub {
owner = "WillPower3309";
repo = "swayfx";
rev = version;
rev = finalAttrs.version;
sha256 = "sha256-Gwewb0yDVhEBrefSSGDf1hLtpWcntzifPCPJQhqLqI0=";
};