xp-pen-deco-01-v2-driver: 3.3.9 -> 3.2.4
Update to currently released version of the software.
This commit is contained in:
parent
daf7d8861f
commit
6ad2536494
1 changed files with 5 additions and 3 deletions
|
@ -5,6 +5,7 @@
|
||||||
, glibc
|
, glibc
|
||||||
, libGL
|
, libGL
|
||||||
, xorg
|
, xorg
|
||||||
|
, makeWrapper
|
||||||
, qtx11extras
|
, qtx11extras
|
||||||
, wrapQtAppsHook
|
, wrapQtAppsHook
|
||||||
, autoPatchelfHook
|
, autoPatchelfHook
|
||||||
|
@ -20,17 +21,18 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xp-pen-deco-01-v2-driver";
|
pname = "xp-pen-deco-01-v2-driver";
|
||||||
version = "3.3.9.230222-1";
|
version = "3.2.3.230215-1";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://www.xp-pen.com/download/file/id/1936/pid/440/ext/gz.html#.tar.gz";
|
url = "https://download01.xp-pen.com/file/2023/03/XPPen-pentablet-${version}.x86_64.tar.gz";
|
||||||
name = "xp-pen-deco-01-v2-driver-${version}.tar.gz";
|
name = "xp-pen-deco-01-v2-driver-${version}.tar.gz";
|
||||||
sha256 = "sha256-xrRDxH7e00dISXb+lTtrnui+fNFpX7bLke2o+aTjJNk=";
|
sha256 = "sha256-CV4ZaGCFFcfy2J0O8leYgcyzFVwJQFQJsShOv9B7jfI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
wrapQtAppsHook
|
wrapQtAppsHook
|
||||||
autoPatchelfHook
|
autoPatchelfHook
|
||||||
|
makeWrapper
|
||||||
];
|
];
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
|
Loading…
Reference in a new issue