linuxPackages.xone: 0.5.0 -> 0.5.4

This commit is contained in:
Fazzi
2026-02-02 00:39:59 +01:00
committed by Weijia Wang
parent a39e036168
commit cc4da1b7f4
+2 -2
View File
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "xone";
version = "0.5.0";
version = "0.5.4";
src = fetchFromGitHub {
owner = "dlundqvist";
repo = "xone";
tag = "v${finalAttrs.version}";
hash = "sha256-Ca7JsyFGsi6iiNusbEgIGc3jHeNLBwKKYzqcm3O6GxU=";
hash = "sha256-d70H/uuW3YINS6utBdjMDVLyS6wZoyN92xJ/YA7wMRo=";
};
setSourceRoot = ''