mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.labgrid: add nix-update-script
Enable automatic update capabilities for the bot.
This commit is contained in:
parent
a799d3e388
commit
5b43cfd670
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue