linuxPackages.xone: 0.3.4 -> 0.3.5

This commit is contained in:
R. Ryantm
2025-07-30 00:38:05 +00:00
parent 1e8f965e4e
commit d75913ae61
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "xone";
version = "0.3.4";
version = "0.3.5";
src = fetchFromGitHub {
owner = "dlundqvist";
repo = "xone";
tag = "v${finalAttrs.version}";
hash = "sha256-8ljHKVo+mdzm8CJpf0y1xXjzhQF/qQotMmxDn7G/EVk=";
hash = "sha256-O+SdUx5wFIT4mLUO5awFp9IKmtnRhMtBLEHaRXRBv2Y=";
};
setSourceRoot = ''