mirror of
https://github.com/logos-co/logos-package-manager-ui.git
synced 2026-08-27 10:21:10 +00:00
chore(deps): rev-pin logos-module-builder to the pushed B4 stack
The view-plugin glue this module now relies on is emitted by logos-qt-generator --backend ui, which lives on logos-module-builder's feat/sdk-codegen-b4-qt-host-repoint branch (c60d4a9), not on its master. The url was bare, so `nix flake update` would relock to master and drop the generator — hence the rev in the url and not only in the lock. Through that one pin the B3/B4 stack arrives at the revisions those levels pushed: logos-protocol c8bab12, logos-cpp-sdk a04b278, logos-qt-sdk 8a06b87, logos-plugin-qt/-core cc24fa1, logos-view-module-runtime 5510acd, logos-standalone-app 39f4f2b, logos-test-framework c382ab1. The pin this replaces (9d3b7cc) is an ancestor of c60d4a9, so it is a fast-forward. package_manager, package_downloader and logos-package are left where master put them. Green on this lock: `.#default`, `.#lgx`, and the repo's only check `.#integration-test` at 24 passed / 0 failed. Unlike the sibling ui repos in this bump, nothing here trips the newer logos-package icon contract — master already moved the icon to a 256x256 src/icons/modules.png.
This commit is contained in:
Generated
+135586
-42535
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,11 @@
|
||||
description = "Package Manager UI plugin for managing plugins and packages";
|
||||
|
||||
inputs = {
|
||||
logos-module-builder.url = "github:logos-co/logos-module-builder";
|
||||
# Rev-pinned deliberately: the generated view-plugin glue this module now
|
||||
# relies on is emitted by logos-qt-generator --backend ui, which lives on
|
||||
# logos-module-builder's feat/sdk-codegen-b4-qt-host-repoint branch, not on
|
||||
# its master — a bare url would relock to master and drop the generator.
|
||||
logos-module-builder.url = "github:logos-co/logos-module-builder/c60d4a9cf32cb5281909e53159c9c4cfeb993847";
|
||||
|
||||
package_manager.url = "github:logos-co/logos-package-manager-module";
|
||||
package_downloader.url = "github:logos-co/logos-package-downloader-module";
|
||||
|
||||
Reference in New Issue
Block a user