enpass: fix updater script

This commit is contained in:
kirkwood
2026-04-09 15:06:06 +10:00
parent 47fae20691
commit 89deb50e59
+2 -1
View File
@@ -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}
'';
};