python3Packages.labgrid: add nix-update-script
Enable automatic update capabilities for the bot.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
grpcio-reflection,
|
||||
jinja2,
|
||||
lib,
|
||||
nix-update-script,
|
||||
mock,
|
||||
openssh,
|
||||
pexpect,
|
||||
@@ -41,6 +42,8 @@ buildPythonPackage rec {
|
||||
hash = "sha256-cLofkkp2T6Y9nQ5LIS7w9URZlt8DQNN8dm3NnrvcKWY=";
|
||||
};
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
# Remove after package bump
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
|
||||
Reference in New Issue
Block a user