1- { lib , stdenv , fetchFromGitHub , fetchpatch , replaceVars , swaybg
1+ { lib , stdenv , fetchFromGitHub , replaceVars , swaybg
22, meson , ninja , pkg-config , wayland-scanner , scdoc
33, libGL , wayland , libxkbcommon , pcre2 , json_c , libevdev
44, pango , cairo , libinput , gdk-pixbuf , librsvg
1313
1414stdenv . mkDerivation ( finalAttrs : {
1515 pname = "sway-unwrapped" ;
16- version = "1.10" ;
16+ version = "1.10.1 " ;
1717
1818 inherit enableXWayland isNixOS systemdSupport trayEnabled ;
1919 src = fetchFromGitHub {
2020 owner = "swaywm" ;
2121 repo = "sway" ;
2222 rev = finalAttrs . version ;
23- hash = "sha256-PzeU/niUdqI6sf2TCG19G2vNgAZJE5JCyoTwtO9uFTk =" ;
23+ hash = "sha256-uBtQk8uhW/i8lSbv6zwsRyiiImFBw1YCQHVWQ8jot5w =" ;
2424 } ;
2525
2626 patches = [
@@ -29,19 +29,6 @@ stdenv.mkDerivation (finalAttrs: {
2929 ( replaceVars ./fix-paths.patch {
3030 inherit swaybg ;
3131 } )
32-
33- # libinput-1.27 support:
34- # https://github.com/swaywm/sway/pull/8470
35- ( fetchpatch {
36- name = "libinput-1.27-p1.patch" ;
37- url = "https://github.com/swaywm/sway/commit/bbadf9b8b10d171a6d5196da7716ea50ee7a6062.patch" ;
38- hash = "sha256-lA+oL1vqGQOm7K+AthzHYBzmOALrDgxzX/5Dx7naq84=" ;
39- } )
40- ( fetchpatch {
41- name = "libinput-1.27-p2.patch" ;
42- url = "https://github.com/swaywm/sway/commit/e2409aa49611bee1e1b99033461bfab0a7550c48.patch" ;
43- hash = "sha256-l598qfq+rpKy3/0arQruwd+BsELx85XDjwIDkb/o6og=" ;
44- } )
4532 ] ++ lib . optionals ( ! finalAttrs . isNixOS ) [
4633 # References to /nix/store/... will get GC'ed which causes problems when
4734 # copying the default configuration:
0 commit comments