lomiri.lomiri-settings-components: 1.0.1 -> 1.1.0

This commit is contained in:
OPNA2608 2023-12-03 01:36:59 +01:00
parent 55b53ee558
commit aa89dd7c6d

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lomiri-settings-components";
version = "1.0.1";
version = "1.1.0";
src = fetchFromGitLab {
owner = "ubports";
repo = "development/core/lomiri-settings-components";
rev = finalAttrs.version;
hash = "sha256-Ybg+qyecvhPUDoIoq+0194u57imx7SxDMEmufGN22jM=";
hash = "sha256-13uxUBM+uOmt8X0uLGWNP8YbwCdb2QCChB8IP3td5a4=";
};
postPatch = ''