cups-filters: 1.28.11 -> 1.28.12

This commit is contained in:
R. Ryantm 2022-02-23 14:43:21 +00:00 committed by Jan Tojnar
parent 21a1125f37
commit c88fc7454a

View file

@ -33,11 +33,11 @@ let
in
stdenv.mkDerivation rec {
pname = "cups-filters";
version = "1.28.11";
version = "1.28.12";
src = fetchurl {
url = "https://openprinting.org/download/cups-filters/${pname}-${version}.tar.xz";
sha256 = "sha256-KYbLSNE0Db5XnELAjCqINYem2+WUNuQi9BhMzQqWZm0=";
sha256 = "sha256-RuLqPYhK0iK7hjzmUR5ZzzkO+Og1KVvkSoDlALKjOjo=";
};
nativeBuildInputs = [ pkg-config makeWrapper ];