linuxPackages.xone: 0.3.2 -> 0.3.4 (#422525)

This commit is contained in:
Aleksana 2025-07-07 19:55:47 +08:00 committed by GitHub
commit c81c513f2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''