bitwarden-cli: remove --commit from update script

This commit is contained in:
Indrek Ardel
2025-04-17 18:04:30 +03:00
parent 996908bc2a
commit ee87c8157f
@@ -87,7 +87,6 @@ buildNpmPackage rec {
};
updateScript = nix-update-script {
extraArgs = [
"--commit"
"--version=stable"
"--version-regex=^cli-v(.*)$"
];