summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-09-22 15:20:37 +0100
committerGitHub <noreply@github.com>2019-09-22 15:20:37 +0100
commit6de148c19c62cb24f9be0a44c25fc600a8e732cd (patch)
treee62bf2a05f56dd879d4a04ebb7f8359b94dc420d /pkgs/misc
parent980a3092192344641d1d11cdfbea1533c7756da3 (diff)
parentf77b4c564e1d977acfd2e11365c971563860c751 (diff)
downloadnixpkgs-6de148c19c62cb24f9be0a44c25fc600a8e732cd.tar
nixpkgs-6de148c19c62cb24f9be0a44c25fc600a8e732cd.tar.gz
nixpkgs-6de148c19c62cb24f9be0a44c25fc600a8e732cd.tar.bz2
nixpkgs-6de148c19c62cb24f9be0a44c25fc600a8e732cd.tar.lz
nixpkgs-6de148c19c62cb24f9be0a44c25fc600a8e732cd.tar.xz
nixpkgs-6de148c19c62cb24f9be0a44c25fc600a8e732cd.tar.zst
nixpkgs-6de148c19c62cb24f9be0a44c25fc600a8e732cd.zip
Merge pull request #68532 from Enzime/update/brlaser
brlaser: 4 -> 5
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/cups/drivers/brlaser/default.nix22
1 files changed, 19 insertions, 3 deletions
diff --git a/pkgs/misc/cups/drivers/brlaser/default.nix b/pkgs/misc/cups/drivers/brlaser/default.nix
index 948e5ed72ab..bf0f4ef8279 100644
--- a/pkgs/misc/cups/drivers/brlaser/default.nix
+++ b/pkgs/misc/cups/drivers/brlaser/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "brlaser";
-  version = "4";
+  version = "5";
 
   src = fetchFromGitHub {
     owner = "pdewacht";
     repo = "brlaser";
     rev = "v${version}";
-    sha256 = "1yy4mpf68c82h245srh2sd1yip29w6kx14gxk4hxkv496gf55lw5";
+    sha256 = "133fx49wkg1v8r4kcishd035hlsscv8kc2q4jnln5qmyhpyygjyy";
   };
 
   nativeBuildInputs = [ cmake ];
@@ -25,13 +25,29 @@ stdenv.mkDerivation rec {
        This driver is known to work with these printers:
 
            Brother DCP-1510
+           Brother DCP-1602
            Brother DCP-7030
            Brother DCP-7040
            Brother DCP-7055
            Brother DCP-7055W
+           Brother DCP-7060D
            Brother DCP-7065DN
-           Brother HL-L2300D
+           Brother DCP-7080
+           Brother DCP-L2500D
+           Brother DCP-L2540DW
+           Brother HL-1110 series
+           Brother HL-1200 series
+           Brother HL-L2300D series
+           Brother HL-L2320D series
+           Brother HL-L2340D series
+           Brother HL-L2360D series
+           Brother MFC-1910W
+           Brother MFC-7240
            Brother MFC-7360N
+           Brother MFC-7365DN
+           Brother MFC-7840W
+           Brother MFC-L2710DW
+           Lenovo M7605D
       '';
     homepage = https://github.com/pdewacht/brlaser;
     license = licenses.gpl2;