cupsBjnp: update from 1.2.1 to 1.2.2, potentially fixes CVE-2014-2856

This commit is contained in:
Aristid Breitkreuz 2014-10-06 22:02:40 +02:00
parent 7ea4b4e981
commit 7667f3c939

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl, cups}:
stdenv.mkDerivation rec {
name = "cups-bjnp-1.2.1";
name = "cups-bjnp-1.2.2";
src = fetchurl {
url = "mirror://sourceforge/cups-bjnp/${name}.tar.gz";
sha256 = "0fjpp0mmmwfcr790hfjs0brsxxb7dz7v2xab6wc30rwzkqmgz95x";
sha256 = "0sb0vm1sf8ismzd9ba33qswxmsirj2z1b7lnyrc9v5ixm7q0bnrm";
};
preConfigure = ''configureFlags="--with-cupsbackenddir=$out/lib/cups/backend"'';