We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d91bd commit 650d286Copy full SHA for 650d286
pkgs/desktops/lomiri/data/lomiri-schemas/default.nix
@@ -14,13 +14,13 @@
14
15
stdenvNoCC.mkDerivation (finalAttrs: {
16
pname = "lomiri-schemas";
17
- version = "0.1.7";
+ version = "0.1.8";
18
19
src = fetchFromGitLab {
20
owner = "ubports";
21
repo = "development/core/lomiri-schemas";
22
tag = finalAttrs.version;
23
- hash = "sha256-AI/tpTzhnzKygG/zgszQAmvbaM8VdU+Chs9bjd9Jx9A=";
+ hash = "sha256-Xm21KM+IxKQwOlBsmGTgFq2bUJy/WTBBcf/2Cqkdlos=";
24
};
25
26
strictDeps = true;
0 commit comments