lomiri.lomiri-url-dispatcher: 0.1.3 -> 0.1.4 (#407698)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
stdenv,
|
||||
lib,
|
||||
fetchFromGitLab,
|
||||
fetchpatch,
|
||||
gitUpdater,
|
||||
testers,
|
||||
cmake,
|
||||
@@ -31,13 +30,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "lomiri-url-dispatcher";
|
||||
version = "0.1.3";
|
||||
version = "0.1.4";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "ubports";
|
||||
repo = "development/core/lomiri-url-dispatcher";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-kde/HzhBHxTeyc2TCUJwpG7IfC8doDd/jNMF8KLM7KU=";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-+3/C6z8wyiNSpt/eyMl+j/TGJW0gZ5T3Vd1NmghK67k=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
@@ -46,22 +45,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"lib"
|
||||
];
|
||||
|
||||
patches = [
|
||||
# Fix case-sensitivity in tests
|
||||
# Remove when https://gitlab.com/ubports/development/core/lomiri-url-dispatcher/-/merge_requests/8 merged & in release
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.com/sunweaver/lomiri-url-dispatcher/-/commit/ebdd31b9640ca243e90bc7b8aca7951085998bd8.patch";
|
||||
hash = "sha256-g4EohB3oDcWK4x62/3r/g6CFxqb7/rdK51+E/Fji1Do=";
|
||||
})
|
||||
|
||||
# Make lomiri-url-dispatcher-gui wrappable
|
||||
# Remove when https://gitlab.com/ubports/development/core/lomiri-url-dispatcher/-/merge_requests/28 merged & in release
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.com/ubports/development/core/lomiri-url-dispatcher/-/commit/6512937e2b388ad1350072b8ed3b4140439b2321.patch";
|
||||
hash = "sha256-P1A3hi8l7fJWFjGeK5hWYl8BoZMzRfo44MUTeM7vG2A=";
|
||||
})
|
||||
];
|
||||
|
||||
postPatch =
|
||||
''
|
||||
substituteInPlace CMakeLists.txt \
|
||||
@@ -174,6 +157,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
starting them inside its own Application Confinement.
|
||||
'';
|
||||
homepage = "https://gitlab.com/ubports/development/core/lomiri-url-dispatcher";
|
||||
changelog = "https://gitlab.com/ubports/development/core/lomiri-url-dispatcher/-/blob/${
|
||||
if (!builtins.isNull finalAttrs.src.tag) then finalAttrs.src.tag else finalAttrs.src.rev
|
||||
}/ChangeLog";
|
||||
license = with lib.licenses; [
|
||||
lgpl3Only
|
||||
gpl3Only
|
||||
|
||||
Reference in New Issue
Block a user