enpass: fix updater script
This commit is contained in:
@@ -139,12 +139,13 @@ let
|
||||
buildInputs = with python3Packages; [
|
||||
python
|
||||
requests
|
||||
packaging
|
||||
pathlib2
|
||||
six
|
||||
attrs
|
||||
];
|
||||
shellHook = ''
|
||||
exec python $SCRIPT --target pkgs/tools/security/enpass/data.json --repo ${baseUrl}
|
||||
exec python $SCRIPT --target pkgs/by-name/en/enpass/data.json --repo ${baseUrl}
|
||||
'';
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user