Skip to content

Commit b4069de

Browse files
committed
libcupsfilters: 2.1.0 -> 2.1.1
1 parent c3e1114 commit b4069de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/li/libcupsfilters/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323
stdenv.mkDerivation rec {
2424
pname = "libcupsfilters";
25-
version = "2.1.0";
25+
version = "2.1.1";
2626

2727
src = fetchFromGitHub {
2828
owner = "OpenPrinting";
2929
repo = "libcupsfilters";
30-
rev = "2.1.0";
31-
hash = "sha256-tnQqM4stUJseDO9BG+PRUSFafjgpQQklTDsDsB9zQ4Y=";
30+
rev = "2.1.1";
31+
hash = "sha256-WEcg+NSsny/N1VAR1ejytM+3nOF3JlNuIUPf4w6N2ew=";
3232
};
3333

3434
nativeBuildInputs = [

0 commit comments

Comments
 (0)