{lomiri,lomiri-qt6}.lomiri-download-manager: 0.3.0 -> 0.3.1 (#511359)

This commit is contained in:
Cosima Neidahl
2026-04-26 18:43:36 +00:00
committed by GitHub

View File

@@ -2,7 +2,6 @@
stdenv,
lib,
fetchFromGitLab,
fetchpatch,
gitUpdater,
testers,
boost,
@@ -33,13 +32,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "lomiri-download-manager";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitLab {
owner = "ubports";
repo = "development/core/lomiri-download-manager";
tag = finalAttrs.version;
hash = "sha256-/rb1Fx0TbBuff2dWAgxpd72opTnLe0itcGwLJ53Wu9U=";
hash = "sha256-FqpTEGbSwN+2oG/G2Zf80rSfezJP/ogtIkVdIrX4FMU=";
};
outputs = [
@@ -48,15 +47,6 @@ stdenv.mkDerivation (finalAttrs: {
]
++ lib.optionals withDocumentation [ "doc" ];
patches = [
# Remove when version > 0.3.0
(fetchpatch {
name = "0001-lomiri-download-manager-Properly-include-lomiri-api-includedirs.patch";
url = "https://gitlab.com/ubports/development/core/lomiri-download-manager/-/commit/b847aca92cea6f729b96f7a55f765ae4d9fbf741.patch";
hash = "sha256-hx/b80P5nbonlP3B8ekjZjxUGV3Ofm/lai0RU1ak9Gs=";
})
];
postPatch = ''
# Substitute systemd's prefix in pkg-config call
substituteInPlace CMakeLists.txt \