Skip to content

Commit 64e8b14

Browse files
authored
sway-unwrapped: 1.10 -> 1.10.1 (#377055)
1 parent 77d0b21 commit 64e8b14

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

pkgs/by-name/sw/sway-unwrapped/package.nix

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -13,14 +13,14 @@
1313

1414
stdenv.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

Comments
 (0)