From 7b97da55106195bf1f926010fe6f1306d7cd86b3 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Thu, 6 Aug 2026 00:27:33 +0800 Subject: [PATCH] feat(xpkg): 0.0.50 resolved_deps: a total record of what the resolver decided for every runtime dependency, so "which version is this dep" stops having four independent answers. elfpatch's re-derivation branch is deleted rather than fixed. See openxlings/libxpkg#34. --- pkgs/x/xpkg.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/x/xpkg.lua b/pkgs/x/xpkg.lua index c5b271ba..fe81d245 100644 --- a/pkgs/x/xpkg.lua +++ b/pkgs/x/xpkg.lua @@ -12,6 +12,13 @@ package = { xpm = { linux = { + ["0.0.50"] = { + url = { + GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.50.tar.gz", + CN = "https://gitcode.com/mcpp-res/xpkg/releases/download/0.0.50/xpkg-0.0.50.tar.gz", + }, + sha256 = "add16d5c36796b5550f55924dc5eae7a17dcb20a33fd07aa77cd95d0899b3e5e", + }, ["0.0.49"] = { url = { GLOBAL = "https://github.com/openxlings/libxpkg/archive/refs/tags/0.0.49.tar.gz",