Commit 92cf8c24 authored by R. RyanTM's avatar R. RyanTM Committed by Jonathan Ringer
Browse files

cups-filters: 1.28.10 -> 1.28.11

parent 8b7773a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@ let

in stdenv.mkDerivation rec {
  pname = "cups-filters";
  version = "1.28.10";
  version = "1.28.11";

  src = fetchurl {
    url = "https://openprinting.org/download/cups-filters/${pname}-${version}.tar.xz";
    sha256 = "sha256-z4yQRpTETPaJtXJORtI9qa5RJdVDdLNAxkIHfMKcqDc=";
    sha256 = "sha256-KYbLSNE0Db5XnELAjCqINYem2+WUNuQi9BhMzQqWZm0=";
  };

  nativeBuildInputs = [ pkg-config makeWrapper ];