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

Commits on Mar 2, 2019

  1. cups-filters: 1.22.0 -> 1.22.1

    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 Mar 2, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    primeos Michael Weiss
    Copy the full SHA
    390c00e View commit details
  2. Merge pull request #56623 from r-ryantm/auto-update/cups-filters

    cups-filters: 1.22.0 -> 1.22.1
    disassembler authored Mar 2, 2019
    Copy the full SHA
    7c5a202 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.0";
version = "1.22.1";

src = fetchurl {
url = "https://openprinting.org/download/cups-filters/${name}.tar.xz";
sha256 = "0gdv33g7dr1i7756n07zwgsv9b1i15rp7n1z1xr3n8f59br4fds4";
sha256 = "08szgpmac7xlf6vqkvg3pbphnrk2mal3gy382q2y3cm7k4plys3y";
};

nativeBuildInputs = [ pkgconfig makeWrapper ];