From 0852cf61fbab34cb0211e11dd2de5b4479d27304 Mon Sep 17 00:00:00 2001 From: rewine Date: Tue, 10 Dec 2024 16:17:48 +0800 Subject: [PATCH] deepin.dtk6core: 6.0.19 -> 6.0.24 --- pkgs/desktops/deepin/library/dtk6core/default.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pkgs/desktops/deepin/library/dtk6core/default.nix b/pkgs/desktops/deepin/library/dtk6core/default.nix index a66523671427..97ac2fb5843f 100644 --- a/pkgs/desktops/deepin/library/dtk6core/default.nix +++ b/pkgs/desktops/deepin/library/dtk6core/default.nix @@ -2,7 +2,6 @@ stdenv, lib, fetchFromGitHub, - fetchpatch, cmake, pkg-config, doxygen, @@ -15,23 +14,18 @@ stdenv.mkDerivation (finalAttrs: { pname = "dtk6core"; - version = "6.0.19"; + version = "6.0.24"; src = fetchFromGitHub { owner = "linuxdeepin"; repo = "dtk6core"; rev = finalAttrs.version; - hash = "sha256-3MwvTnjtVVcMjQa1f4UdagEtWhJj8aDgfUlmnGo/R7s="; + hash = "sha256-51TvPQy0b/8kkBs0e3q1B53mEAKHpAYPBla4h1k616c="; }; patches = [ ./fix-pkgconfig-path.patch ./fix-pri-path.patch - (fetchpatch { - name = "fix-build-on-qt-6.8.patch"; - url = "https://gitlab.archlinux.org/archlinux/packaging/packages/dtk6core/-/raw/d2e991f96b2940e8533b7e944bab5a7dd6aa0fb7/qt-6.8.patch"; - hash = "sha256-HZxUrtUmVwnNUwcBoU7ewb+McsRkALQglPBbJU8HTkk="; - }) ]; postPatch = ''