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: 8bec8df663f3
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bcddd0402723
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 26, 2019

  1. cnijfilter2: 5.30 -> 5.70

    Newly supported series in version 5.40:
    
        MB2100, MB2700, iB4100, MB5100, MB5400, TS9000, TS8000, TS6000,
        TS5000, MG3000, E470, G4000
    
    Newly supported series in version 5.50:
    
        E200, E300, E3100, TR7500, TR7530, TR8500, TR8530, TR8580, TS200,
        TS300, TS3100, TS5100, TS6100, TS6130, TS6180, TS8100, TS8180,
        TS9100, TS9180, TS8130, XK70, XK50
    
    Newly supported series in version 5.60:
    
        G3010, G4010
    
    Newly supported series in version 5.70:
    
        TS8200, XK80, TS8230, TS8280, TS6200, TS6230, TS6280, TS9500,
        TR9530, TS9580, TR4500, E4200
    
    Signed-off-by: aszlig <aszlig@nix.build>
    aszlig committed Mar 26, 2019
    Copy the full SHA
    532360d View commit details

Commits on Sep 22, 2019

  1. Merge pull request #58399 from aszlig/cnijfilter2-update

    cnijfilter2: 5.30 -> 5.70
    cstrahan authored Sep 22, 2019
    Copy the full SHA
    bcddd04 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/misc/cups/drivers/cnijfilter2/default.nix
6 changes: 3 additions & 3 deletions pkgs/misc/cups/drivers/cnijfilter2/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@
stdenv.mkDerivation {
pname = "cnijfilter2";

version = "5.30";
version = "5.70";

src = fetchzip {
url = "http://gdlp01.c-wss.com/gds/9/0100007129/01/cnijfilter2-source-5.30-1.tar.gz";
sha256 = "0gnl9arwmkblljsczspcgggx85a19vcmhmbjfyv1bq236yqixv5c";
url = "http://gdlp01.c-wss.com/gds/0/0100009930/01/cnijfilter2-source-5.70-1.tar.gz";
sha256 = "045zjsmaidn1m44ki6m1018gjzbj77gm234n5i2lshxpbzpyh0is";
};

buildInputs = [