cups-filters: 1.28.11 -> 1.28.12
This commit is contained in:
parent
21a1125f37
commit
c88fc7454a
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue