lomiri.lomiri-schemas: 0.1.4 -> 0.1.5

This commit is contained in:
R. Ryantm 2024-07-18 06:32:54 +00:00
parent 1438803fb5
commit ccb75fcc9d

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lomiri-schemas";
version = "0.1.4";
version = "0.1.5";
src = fetchFromGitLab {
owner = "ubports";
repo = "development/core/lomiri-schemas";
rev = finalAttrs.version;
hash = "sha256-Pnn/Qh5EYEqmP8QFsZcSCpDL36++aeUUok3t9a1/1n0=";
hash = "sha256-OjSMt9XKqGoStF5O2zJTh3drHWe7Vk2cM94OYMSQmoU=";
};
strictDeps = true;