Skip to content

Commit

Permalink
swayfx-unwrapped: use finalAttrs instead of rec
Browse files Browse the repository at this point in the history
  • Loading branch information
eclairevoyant committed Apr 29, 2024
1 parent 934bbcd commit 4c9fd6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/sw/swayfx-unwrapped/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
};

Expand Down

0 comments on commit 4c9fd6c

Please sign in to comment.