xfce.tumbler: 4.20.0 -> 4.20.1

https://gitlab.xfce.org/xfce/tumbler/-/compare/tumbler-4.20.0...tumbler-4.20.1
This commit is contained in:
Bobby Rong
2025-10-13 15:25:44 +00:00
parent 0b4defa258
commit 9b69d4f3be

View File

@@ -1,7 +1,6 @@
{
lib,
mkXfceDerivation,
fetchpatch,
ffmpegthumbnailer,
gdk-pixbuf,
glib,
@@ -22,19 +21,9 @@
mkXfceDerivation {
category = "xfce";
pname = "tumbler";
version = "4.20.0";
version = "4.20.1";
sha256 = "sha256-GmEMdG8Ikd4Tq/1ntCHiN0S7ehUXqzMX7OtXsycLd6E=";
patches = [
# Fixes PDF previews staying low resolution
# https://gitlab.xfce.org/xfce/tumbler/-/merge_requests/35
(fetchpatch {
name = "only-use-embedded-pdf-thumbnail-if-resolution-suffices.patch";
url = "https://gitlab.xfce.org/xfce/tumbler/-/commit/69a704e0f4e622861ce4007f6f3f4f6f6b962689.patch";
hash = "sha256-aFJoWWzTaikqCw6C1LH+BFxst/uKkOGT1QK9Mx8/8/c=";
})
];
sha256 = "sha256-p4lAFNvCakqrsDa2FP0xbc/khx6eYqAlHwWkk8yEB7Y=";
buildInputs = [
libxfce4util