lomiri.lomiri-settings-components: 1.2.0 -> 1.2.1 (#533658)

This commit is contained in:
Cosima Neidahl 2026-06-21 16:01:04 +00:00 committed by GitHub
commit fca6508517
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lomiri-settings-components";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitLab {
owner = "ubports";
repo = "development/core/lomiri-settings-components";
rev = finalAttrs.version;
hash = "sha256-vJpqNhSlBV5z0hRP3ayh7/YbYxh7mLEsK0jh63hkG1w=";
hash = "sha256-S4JWDGfu9zGdJk89XEhbDxLJO1jaQO2jawTNE5djrAU=";
};
postPatch = ''