Revert "bitwarden-cli: 2024.6.1 -> 2024.7.0"

This commit is contained in:
Robert Schütz 2024-07-18 01:34:31 -07:00 committed by GitHub
parent 6af07f6660
commit 3ea481d4ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,18 +11,18 @@
buildNpmPackage rec {
pname = "bitwarden-cli";
version = "2024.7.0";
version = "2024.6.1";
src = fetchFromGitHub {
owner = "bitwarden";
repo = "clients";
rev = "cli-v${version}";
hash = "sha256-FH7++E+kc86lksHjTbVFU0mP0ZB2xb6ZCojdyNm1iWU=";
hash = "sha256-LKeJKA4/Vd80y48RdZTUh10bY38AoQ5G5oK6S77fSJI=";
};
nodejs = nodejs_20;
npmDepsHash = "sha256-F2iqTWgK+5ts2wd5NLsuyMZp1FnsbJmSjT3lJzV9PUo=";
npmDepsHash = "sha256-rwzyKaCW3LAOqw6BEu8DLS0Ad5hB6cH1OnjWzbSEgVI=";
nativeBuildInputs = [
python311