···2424 # but it gets deleted quickly and would provoke 404 errors
2525 owner = "OpenPrinting";
2626 repo = "foomatic-db-engine";
2727- rev = "fa91bdfd87da9005591ac2ef2c9c7b8ecdd19511";
2828- hash = "sha256-Ufy9BtYMD7sUUVfraTmO5e8+nZ4C4up5a5GXeGTtejg=";
2727+ rev = "a2b12271e145fe3fd34c3560d276a57e928296cb";
2828+ hash = "sha256-qM12qtGotf9C0cjO9IkmzlW9GWCkT2Um+6dU3mZm3DU=";
2929 };
30303131 outputs = [ "out" ];
···3737 ];
38383939 buildInputs =
4040+ [ curl ]
4041 # provide some "cups-*" commands to `foomatic-{configure,printjob}`
4142 # so that they can manage a local cups server (add queues, add jobs...)
4242- lib.optionals withCupsAccess [ cups cups-filters curl ]
4343+ ++ lib.optionals withCupsAccess [ cups cups-filters ]
4344 # the commands `foomatic-{configure,getpjloptions}` need
4445 # netcat if they are used to query or alter a network
4546 # printer via AppSocket/HP JetDirect protocol