about summary refs log tree commit diff
path: root/pkgs/misc/cups
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-09-22 16:39:56 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-09-22 16:39:56 +0200
commitf2b9f5baa546dbdef9a1cd1ba236391740b4492f (patch)
treed1061c93f77fbc8a8516362c9e24b3c52aa13ab1 /pkgs/misc/cups
parentf80e55fc2e4904848c7dc2b91f2247c651c30979 (diff)
parent11c2b06dd2cf9ea86920ff9bb3939a3f5eb41a27 (diff)
downloadnixlib-f2b9f5baa546dbdef9a1cd1ba236391740b4492f.tar
nixlib-f2b9f5baa546dbdef9a1cd1ba236391740b4492f.tar.gz
nixlib-f2b9f5baa546dbdef9a1cd1ba236391740b4492f.tar.bz2
nixlib-f2b9f5baa546dbdef9a1cd1ba236391740b4492f.tar.lz
nixlib-f2b9f5baa546dbdef9a1cd1ba236391740b4492f.tar.xz
nixlib-f2b9f5baa546dbdef9a1cd1ba236391740b4492f.tar.zst
nixlib-f2b9f5baa546dbdef9a1cd1ba236391740b4492f.zip
Merge branch 'staging-next' into staging
Diffstat (limited to 'pkgs/misc/cups')
-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 948e5ed72ab1..bf0f4ef82799 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;