nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #235826 from RicArch97/swayfx

swayfx: 0.3 -> 0.3.1

authored by

figsoda and committed by
GitHub
29d05f3b 51b12a7f

+2 -2
+2 -2
pkgs/applications/window-managers/sway/fx.nix
··· 2 2 3 3 sway-unwrapped.overrideAttrs (oldAttrs: rec { 4 4 pname = "swayfx"; 5 - version = "0.3"; 5 + version = "0.3.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "WillPower3309"; 9 9 repo = "swayfx"; 10 10 rev = version; 11 - sha256 = "sha256-3Odyeb10AGbNf6TI1W79sLiwB4PrszC5VzjCr7FuPz4="; 11 + sha256 = "sha256-Ox+ror8sCc4mFOqZ1H9782hWbkTSUs5IVYEubHuyoJQ="; 12 12 }; 13 13 14 14 # This patch was backported into SwayFX