opentabletdriver: improve update.sh script
Allow it to update deb package sha256 automatically.
This commit is contained in:
@@ -155,8 +155,11 @@ stdenv.mkDerivation rec {
|
||||
dontWrapGApps = true;
|
||||
dontStrip = true;
|
||||
|
||||
passthru.tests = {
|
||||
otd-runs = nixosTests.opentabletdriver;
|
||||
passthru = {
|
||||
updateScript = ./update.sh;
|
||||
tests = {
|
||||
otd-runs = nixosTests.opentabletdriver;
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user