cupsBjnp: update from 0.5.4 to 1.2.1
This commit is contained in:
parent
0b276be28b
commit
e4258fe1a7
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl, cups}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cups-bjnp-0.5.4";
|
||||
name = "cups-bjnp-1.2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/cups-bjnp/${name}.tar.gz";
|
||||
sha256 = "1q5npis0jgs44yvczrr6pz87glk1d9lv3vr2s4nqrk3l0q4xplf6";
|
||||
sha256 = "0fjpp0mmmwfcr790hfjs0brsxxb7dz7v2xab6wc30rwzkqmgz95x";
|
||||
};
|
||||
|
||||
preConfigure = ''configureFlags="--with-cupsbackenddir=$out/lib/cups/backend"'';
|
||||
|
|
Loading…
Reference in a new issue