Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 980a30921923
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6de148c19c62
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 12, 2019

  1. brlaser: 4 -> 5

    Enzime committed Sep 12, 2019
    Copy the full SHA
    f77b4c5 View commit details

Commits on Sep 22, 2019

  1. Merge pull request #68532 from Enzime/update/brlaser

    brlaser: 4 -> 5
    Mic92 authored Sep 22, 2019
    Copy the full SHA
    6de148c View commit details
Showing with 19 additions and 3 deletions.
  1. +19 −3 pkgs/misc/cups/drivers/brlaser/default.nix
22 changes: 19 additions & 3 deletions pkgs/misc/cups/drivers/brlaser/default.nix
Original file line number Diff line number Diff line change
@@ -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;