mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
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:
parent
c9a1185765
commit
f25bec0ca0
@ -1,5 +1,4 @@
|
|||||||
{ mkXfceDerivation
|
{ mkXfceDerivation
|
||||||
, fetchpatch
|
|
||||||
, lib
|
, lib
|
||||||
, docbook_xsl
|
, docbook_xsl
|
||||||
, exo
|
, exo
|
||||||
@ -22,18 +21,9 @@
|
|||||||
let unwrapped = mkXfceDerivation {
|
let unwrapped = mkXfceDerivation {
|
||||||
category = "xfce";
|
category = "xfce";
|
||||||
pname = "thunar";
|
pname = "thunar";
|
||||||
version = "4.18.7";
|
version = "4.18.8";
|
||||||
|
|
||||||
sha256 = "sha256-pxIblhC40X0wdE6+uvmV5ypp4sOZtzn/evcS33PlNpU=";
|
sha256 = "sha256-+VS8Mn9J8VySNEKUMq4xUXXvVgMpWkNVdpv5dzxhZ/M=";
|
||||||
|
|
||||||
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=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
docbook_xsl
|
docbook_xsl
|
||||||
|
Loading…
Reference in New Issue
Block a user