libcupsfilters: 2.1.0 -> 2.1.1 (#383227)

This commit is contained in:
Weijia Wang 2025-03-09 10:40:45 +01:00 committed by GitHub
commit e3e32b642a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = [