xfce.xfce4-session: 4.20.0 -> 4.20.2 (#394334)

authored by Bobby Rong and committed by GitHub 5d8dafea 30f79130

+19 -2
+19 -2
pkgs/desktops/xfce/core/xfce4-session/default.nix
··· 1 1 { lib 2 2 , mkXfceDerivation 3 + , fetchpatch 3 4 , polkit 4 5 , exo 5 6 , libxfce4util ··· 17 18 mkXfceDerivation { 18 19 category = "xfce"; 19 20 pname = "xfce4-session"; 20 - version = "4.20.0"; 21 + version = "4.20.2"; 22 + 23 + sha256 = "sha256-wd+8W9Z0dH7bqILBUNG9YxpRf8TnRJ/7b3QviM1HVnY="; 24 + 25 + patches = [ 26 + # Use syntax compatible with most sh shells 27 + # The `**` syntax is a bash extension 28 + (fetchpatch { 29 + url = "https://gitlab.xfce.org/xfce/xfce4-session/-/commit/53d6e20a29948ae7aa179447cef0704786b77f8b.patch"; 30 + hash = "sha256-c8IU1VOcEYdZJy8Eq2wqSL5tTXt7gKfGOs7jxb8npOE="; 31 + }) 21 32 22 - sha256 = "sha256-mn3ky1NzrpQZRkhc605mj+GFhbFq26eW59YKUfnX9X8="; 33 + # wayland: start a D-Bus session only if there isn't one already 34 + # https://gitlab.xfce.org/xfce/xfce4-session/-/issues/218 35 + (fetchpatch { 36 + url = "https://gitlab.xfce.org/xfce/xfce4-session/-/commit/f6e2805b8a7742172f399d78618313bcb28bf095.patch"; 37 + hash = "sha256-EViVialDbdLH2SGUtcroo5iGc+B4HVJajV7PMl5q6vs="; 38 + }) 39 + ]; 23 40 24 41 buildInputs = [ 25 42 exo