Unverified Commit 9b69d4f3 authored by Bobby Rong's avatar Bobby Rong
Browse files
parent 0b4defa2
Loading
Loading
Loading
Loading
+2 −13
Original line number Diff line number Diff line
{
  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