lol

Merge pull request #264816 from bobby285271/upd/xfce

Xfce updates 2023-11-01

authored by

Bobby Rong and committed by
GitHub
74ff7602 779e7f4f

+4 -15
+2 -13
pkgs/desktops/xfce/core/xfconf/default.nix
··· 1 1 { lib 2 2 , mkXfceDerivation 3 - , fetchpatch 4 3 , libxfce4util 5 4 , gobject-introspection 6 5 , vala ··· 9 8 mkXfceDerivation { 10 9 category = "xfce"; 11 10 pname = "xfconf"; 12 - version = "4.18.2"; 11 + version = "4.18.3"; 13 12 14 - sha256 = "sha256-FVNkcwOS4feMocx3vYhuWNs1EkXDrM1FaKkMhIOuPHI="; 15 - 16 - patches = [ 17 - # fixes a segfault, can likely be removed with 4.18.3, 18 - # see https://gitlab.xfce.org/xfce/xfconf/-/issues/35#note_81151 19 - (fetchpatch { 20 - name = "cache-fix-uncached-value.patch"; 21 - url = "https://gitlab.xfce.org/xfce/xfconf/-/commit/03f7ff961fd46c9141aba624a278e19de0bf3211.diff"; 22 - hash = "sha256-n9Wvt7NfKMxs2AcjUWgs4vZgzLUG9jyEVTZxINko4h8="; 23 - }) 24 - ]; 13 + sha256 = "sha256-Iu/LHyk/lOvu8uJuJRDxIkabiX0vZB4H99vVKRiugVo="; 25 14 26 15 nativeBuildInputs = [ gobject-introspection vala ]; 27 16
+2 -2
pkgs/desktops/xfce/thunar-plugins/archive/default.nix
··· 11 11 mkXfceDerivation { 12 12 category = "thunar-plugins"; 13 13 pname = "thunar-archive-plugin"; 14 - version = "0.5.1"; 14 + version = "0.5.2"; 15 15 odd-unstable = false; 16 16 17 - sha256 = "sha256-TV70IaZClIyQnMGsJEPN0VxHzZAS5F5jSTLm8VwYuwI="; 17 + sha256 = "sha256-vbuFosj2qxDus7vu9WfRiFpLwnTRnmLVGCDa0tNQecU="; 18 18 19 19 nativeBuildInputs = [ 20 20 intltool