dde-launchpad: 0.3.0 -> 0.4.4

This commit is contained in:
rewine 2024-01-13 04:29:52 +08:00 committed by rewine
parent 90a3dcf57e
commit 6396516358

View file

@ -15,15 +15,20 @@
stdenv.mkDerivation rec {
pname = "dde-launchpad";
version = "0.3.0";
version = "0.4.4";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-8m0DjQYih3hB/n2VHuJgUYBe8tpGwBU0NdkLxr1OsFc=";
hash = "sha256-az8BC3n44NGpATNu3Exjn3H7Rumx/YqDXztEGqCpAbY=";
};
postPatch = ''
substituteInPlace desktopintegration.cpp \
--replace "AppStreamQt/pool.h" "AppStreamQt5/pool.h"
'';
nativeBuildInputs = [
cmake
qttools