swayfx: 0.3 -> 0.3.1

This commit is contained in:
Ricardo Steijn 2023-06-03 22:08:59 +02:00
parent 8d0598da60
commit a903a11e38

View File

@ -2,13 +2,13 @@
sway-unwrapped.overrideAttrs (oldAttrs: rec {
pname = "swayfx";
version = "0.3";
version = "0.3.1";
src = fetchFromGitHub {
owner = "WillPower3309";
repo = "swayfx";
rev = version;
sha256 = "sha256-3Odyeb10AGbNf6TI1W79sLiwB4PrszC5VzjCr7FuPz4=";
sha256 = "sha256-Ox+ror8sCc4mFOqZ1H9782hWbkTSUs5IVYEubHuyoJQ=";
};
# This patch was backported into SwayFX