mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 23:27:50 +03:00
pantum-driver: 1.1.84 -> 1.1.106
This commit is contained in:
parent
196ad58d98
commit
7fc7fafa4f
@ -18,11 +18,11 @@ let
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pantum-driver";
|
||||
version = "1.1.84";
|
||||
version = "1.1.106";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://drivers.pantum.com/Pantum_Ubuntu_Driver_V${version}_1.zip";
|
||||
sha256 = "sha256-UJzYBsGj/TMhQoMourx7UPGBpN0MPi4pEN8m1sXLw/g=";
|
||||
url = "https://drivers.pantum.com/userfiles/files/download/drive/Pantum%20Ubuntu%20Driver%20V1_1_106.zip";
|
||||
hash = "sha256-FzR/wC73dJ4+rqFT+JvTduxzcozJIAs6jADNbmJby+M=";
|
||||
};
|
||||
|
||||
buildInputs = [ libusb1 libjpeg8 cups ];
|
||||
@ -43,11 +43,12 @@ stdenv.mkDerivation rec {
|
||||
ln -s $out/lib/libqpdf.so $out/lib/libqpdf.so.21
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
description = "Pantum universal driver";
|
||||
homepage = "https://global.pantum.com/";
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = lib.licenses.unfree;
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ deinferno ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user