linuxPackages.xone: 0.3.2 -> 0.3.4

This commit is contained in:
R. Ryantm
2025-07-04 21:04:05 +00:00
parent cc0851f978
commit 864ff8b60c
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "xone";
version = "0.3.2";
version = "0.3.4";
src = fetchFromGitHub {
owner = "dlundqvist";
repo = "xone";
tag = "v${finalAttrs.version}";
hash = "sha256-sX+oN7H0Okl+3yYwbIFoHU8q2pOcMHQcRqQkmnMXSps=";
hash = "sha256-8ljHKVo+mdzm8CJpf0y1xXjzhQF/qQotMmxDn7G/EVk=";
};
setSourceRoot = ''