swayfx: 0.3.1 -> 0.3.2
This commit is contained in:
parent
82673698c6
commit
14a83990fb
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
sway-unwrapped.overrideAttrs (oldAttrs: rec {
|
sway-unwrapped.overrideAttrs (oldAttrs: rec {
|
||||||
pname = "swayfx";
|
pname = "swayfx";
|
||||||
version = "0.3.1";
|
version = "0.3.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "WillPower3309";
|
owner = "WillPower3309";
|
||||||
repo = "swayfx";
|
repo = "swayfx";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-Ox+ror8sCc4mFOqZ1H9782hWbkTSUs5IVYEubHuyoJQ=";
|
sha256 = "sha256-Gwewb0yDVhEBrefSSGDf1hLtpWcntzifPCPJQhqLqI0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# This patch was backported into SwayFX
|
# This patch was backported into SwayFX
|
||||||
|
|
Loading…
Reference in a new issue