xfce.thunar: 4.18.7 -> 4.18.8

https://gitlab.xfce.org/xfce/thunar/-/compare/thunar-4.18.7...thunar-4.18.8
This commit is contained in:
Bobby Rong 2023-10-25 13:08:28 +00:00
parent c9a1185765
commit f25bec0ca0
No known key found for this signature in database

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