Skip to content

Commit 6b286fa

Browse files
layusfpletz
authored andcommittedJul 25, 2017
cups-filters: 0.14.0 -> 0.15.0
1 parent ea63fd4 commit 6b286fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/misc/cups/filters.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ let
99

1010
in stdenv.mkDerivation rec {
1111
name = "cups-filters-${version}";
12-
version = "1.14.0";
12+
version = "1.15.0";
1313

1414
src = fetchurl {
1515
url = "http://openprinting.org/download/cups-filters/${name}.tar.xz";
16-
sha256 = "1v553wvr8qdwb1g04if7cw1mfm42vs6xfyg0cvzvbng6yr6jg93s";
16+
sha256 = "0g6jmbzgvsq4dq6jaczr6fslpv3692v8yvvmqgw08sb3aly7kgd3";
1717
};
1818

1919
nativeBuildInputs = [ pkgconfig makeWrapper ];

0 commit comments

Comments
 (0)
Please sign in to comment.