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

Commits on Feb 7, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    callahad Dan Callahan
    Copy the full SHA
    eb00ae9 View commit details

Commits on Feb 21, 2019

  1. Merge pull request #55401 from xtruder/pkgs/hplip/3.19.1

    hplip: 3.18.5 -> 3.19.1
    xeji authored Feb 21, 2019
    Copy the full SHA
    969cff2 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/misc/drivers/hplip/default.nix
6 changes: 3 additions & 3 deletions pkgs/misc/drivers/hplip/default.nix
Original file line number Diff line number Diff line change
@@ -12,16 +12,16 @@
let

name = "hplip-${version}";
version = "3.18.5";
version = "3.19.1";

src = fetchurl {
url = "mirror://sourceforge/hplip/${name}.tar.gz";
sha256 = "0xb7ga2wgbwjxsss67mjn2y6fmqsfwzmv11ivvfzhnl36lh22hkb";
sha256 = "1kl1q4753xx1w76dhp92wgrhn5k1yx1ib35pyi0vi3mw0njbhrzm";
};

plugin = fetchurl {
url = "https://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/${name}-plugin.run";
sha256 = "1jf74jya071zqvwhy9n0c3007pzgcxydkw7qdh4sx70brly81i7p";
sha256 = "1fwjypy1ycyi7rr1vk1yxhbdhx51n7fxhvjb36mzw8qz71dif2i3";
};

hplipState = substituteAll {