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

Commits on Apr 14, 2019

  1. cups-filters: 1.22.2 -> 1.22.5

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/cups-filters/versions
    r-ryantm committed Apr 14, 2019
    Copy the full SHA
    a7c2e34 View commit details

Commits on Apr 20, 2019

  1. Merge pull request #59471 from r-ryantm/auto-update/cups-filters

    cups-filters: 1.22.2 -> 1.22.5
    c0bw3b authored Apr 20, 2019
    Copy the full SHA
    a35a3c3 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/misc/cups/filters.nix
4 changes: 2 additions & 2 deletions pkgs/misc/cups/filters.nix
Original file line number Diff line number Diff line change
@@ -9,11 +9,11 @@ let

in stdenv.mkDerivation rec {
name = "cups-filters-${version}";
version = "1.22.2";
version = "1.22.5";

src = fetchurl {
url = "https://openprinting.org/download/cups-filters/${name}.tar.xz";
sha256 = "06gy3wv6p7kswz3mjn17f17mqpadvqj2riwc42kksnvp8x0h08cw";
sha256 = "19h7yy92wjfs401jzwyr03f3lp2xwg7sw83728r302rg2ni57m1h";
};

nativeBuildInputs = [ pkgconfig makeWrapper ];