sway-unwrapped: 1.10 -> 1.10.1 (#377055)

authored by Guanran Wang and committed by GitHub 64e8b145 77d0b214

+3 -16
+3 -16
pkgs/by-name/sw/sway-unwrapped/package.nix
··· 1 - { lib, stdenv, fetchFromGitHub, fetchpatch, replaceVars, swaybg 2 , meson, ninja, pkg-config, wayland-scanner, scdoc 3 , libGL, wayland, libxkbcommon, pcre2, json_c, libevdev 4 , pango, cairo, libinput, gdk-pixbuf, librsvg ··· 13 14 stdenv.mkDerivation (finalAttrs: { 15 pname = "sway-unwrapped"; 16 - version = "1.10"; 17 18 inherit enableXWayland isNixOS systemdSupport trayEnabled; 19 src = fetchFromGitHub { 20 owner = "swaywm"; 21 repo = "sway"; 22 rev = finalAttrs.version; 23 - hash = "sha256-PzeU/niUdqI6sf2TCG19G2vNgAZJE5JCyoTwtO9uFTk="; 24 }; 25 26 patches = [ ··· 28 29 (replaceVars ./fix-paths.patch { 30 inherit swaybg; 31 - }) 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 }) 45 ] ++ lib.optionals (!finalAttrs.isNixOS) [ 46 # References to /nix/store/... will get GC'ed which causes problems when
··· 1 + { lib, stdenv, fetchFromGitHub, replaceVars, swaybg 2 , meson, ninja, pkg-config, wayland-scanner, scdoc 3 , libGL, wayland, libxkbcommon, pcre2, json_c, libevdev 4 , pango, cairo, libinput, gdk-pixbuf, librsvg ··· 13 14 stdenv.mkDerivation (finalAttrs: { 15 pname = "sway-unwrapped"; 16 + version = "1.10.1"; 17 18 inherit enableXWayland isNixOS systemdSupport trayEnabled; 19 src = fetchFromGitHub { 20 owner = "swaywm"; 21 repo = "sway"; 22 rev = finalAttrs.version; 23 + hash = "sha256-uBtQk8uhW/i8lSbv6zwsRyiiImFBw1YCQHVWQ8jot5w="; 24 }; 25 26 patches = [ ··· 28 29 (replaceVars ./fix-paths.patch { 30 inherit swaybg; 31 }) 32 ] ++ lib.optionals (!finalAttrs.isNixOS) [ 33 # References to /nix/store/... will get GC'ed which causes problems when