Merge pull request #263338 from bobby285271/upd/xfce

xfce.thunar: 4.18.7 -> 4.18.8
This commit is contained in:
Bobby Rong 2023-10-26 21:14:19 +08:00 committed by GitHub
commit d7355f6735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
{ mkXfceDerivation
, fetchpatch
, lib
, docbook_xsl
, exo
@ -22,18 +21,9 @@
let unwrapped = mkXfceDerivation {
category = "xfce";
pname = "thunar";
version = "4.18.7";
version = "4.18.8";
sha256 = "sha256-pxIblhC40X0wdE6+uvmV5ypp4sOZtzn/evcS33PlNpU=";
patches = [
# Fix log spam with new GLib
# https://gitlab.xfce.org/xfce/thunar/-/issues/1204
(fetchpatch {
url = "https://gitlab.xfce.org/xfce/thunar/-/commit/2f06fcdbedbc59d9f90ccd3df07fce417cea391d.patch";
sha256 = "sha256-nvYakT4GJkQYmubgZF8GJIA/m7+6ZPbmD0HSgMcCh10=";
})
];
sha256 = "sha256-+VS8Mn9J8VySNEKUMq4xUXXvVgMpWkNVdpv5dzxhZ/M=";
nativeBuildInputs = [
docbook_xsl