Commit b4069de3 authored by R. RyanTM's avatar R. RyanTM
Browse files

libcupsfilters: 2.1.0 -> 2.1.1

parent c3e1114c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

stdenv.mkDerivation rec {
  pname = "libcupsfilters";
  version = "2.1.0";
  version = "2.1.1";

  src = fetchFromGitHub {
    owner = "OpenPrinting";
    repo = "libcupsfilters";
    rev = "2.1.0";
    hash = "sha256-tnQqM4stUJseDO9BG+PRUSFafjgpQQklTDsDsB9zQ4Y=";
    rev = "2.1.1";
    hash = "sha256-WEcg+NSsny/N1VAR1ejytM+3nOF3JlNuIUPf4w6N2ew=";
  };

  nativeBuildInputs = [