mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user