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:
Filippo Berto 2023-04-24 13:08:48 +02:00
parent daf7d8861f
commit 6ad2536494
No known key found for this signature in database
GPG Key ID: FE98AE5EC52B1056

View File

@ -5,6 +5,7 @@
, glibc
, libGL
, xorg
, makeWrapper
, qtx11extras
, wrapQtAppsHook
, autoPatchelfHook
@ -20,17 +21,18 @@ let
in
stdenv.mkDerivation rec {
pname = "xp-pen-deco-01-v2-driver";
version = "3.3.9.230222-1";
version = "3.2.3.230215-1";
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";
sha256 = "sha256-xrRDxH7e00dISXb+lTtrnui+fNFpX7bLke2o+aTjJNk=";
sha256 = "sha256-CV4ZaGCFFcfy2J0O8leYgcyzFVwJQFQJsShOv9B7jfI=";
};
nativeBuildInputs = [
wrapQtAppsHook
autoPatchelfHook
makeWrapper
];
dontBuild = true;