swayfx-unwrapped: use finalAttrs
instead of rec
This commit is contained in:
parent
934bbcde29
commit
4c9fd6ce69
@ -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=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user