linuxPackages.xone: 0.3.1 -> 0.3.2 (#419754)

This commit is contained in:
Wolfgang Walther
2025-06-27 17:32:35 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "xone";
version = "0.3.1";
version = "0.3.2";
src = fetchFromGitHub {
owner = "dlundqvist";
repo = "xone";
tag = "v${finalAttrs.version}";
hash = "sha256-qMZlQgAe5vB5zfuhyK7EBxIwfhnC5MvnF/qr3BGnDms=";
hash = "sha256-sX+oN7H0Okl+3yYwbIFoHU8q2pOcMHQcRqQkmnMXSps=";
};
setSourceRoot = ''