tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
swayfx: 0.3 -> 0.3.1
Ricardo Steijn
2 years ago
a903a11e
8d0598da
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
window-managers
sway
fx.nix
+2
-2
pkgs/applications/window-managers/sway/fx.nix
reviewed
···
2
2
3
3
sway-unwrapped.overrideAttrs (oldAttrs: rec {
4
4
pname = "swayfx";
5
5
-
version = "0.3";
5
5
+
version = "0.3.1";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "WillPower3309";
9
9
repo = "swayfx";
10
10
rev = version;
11
11
-
sha256 = "sha256-3Odyeb10AGbNf6TI1W79sLiwB4PrszC5VzjCr7FuPz4=";
11
11
+
sha256 = "sha256-Ox+ror8sCc4mFOqZ1H9782hWbkTSUs5IVYEubHuyoJQ=";
12
12
};
13
13
14
14
# This patch was backported into SwayFX