Merge pull request #260721 from dotlambda/bitwarden-cli-2023.9.1

bitwarden-cli: 2023.9.0 -> 2023.9.1

authored by

Robert Schütz and committed by
GitHub
f688137f a73be171

+3 -3
+3 -3
pkgs/tools/security/bitwarden/cli.nix
··· 12 12 buildNpmPackage' = buildNpmPackage.override { nodejs = nodejs_18; }; 13 13 in buildNpmPackage' rec { 14 14 pname = "bitwarden-cli"; 15 - version = "2023.9.0"; 15 + version = "2023.9.1"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "bitwarden"; 19 19 repo = "clients"; 20 20 rev = "cli-v${version}"; 21 - hash = "sha256-s9jj1qmh4aCvtVY85U4AU7pcc8ABu9essFYqwf64dns="; 21 + hash = "sha256-1dyrjEhcZDrA89rEvGg16f/MI8oNPPF4lwgGQQF9huE="; 22 22 }; 23 23 24 - npmDepsHash = "sha256-0q3XoC87kfC2PYMsNse4DV8M8OXjckiLTdN3LK06lZY="; 24 + npmDepsHash = "sha256-7GgjrH5s09zwGhWPOYHLTIMSKYndq+cAG06jZ0IySOQ="; 25 25 26 26 nativeBuildInputs = [ 27 27 python3