opentabletdriver: improve update.sh script

Allow it to update deb package sha256 automatically.
This commit is contained in:
Thiago Kenji Okada
2021-01-19 11:41:17 -03:00
parent f920653ba0
commit 98873022d4
2 changed files with 13 additions and 2 deletions
+5 -2
View File
@@ -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; {