Skip to content

Commit

Permalink
bitwarden-cli: 2024.11.1 -> 2024.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Dec 13, 2024
1 parent 796ad89 commit fead341
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/bi/bitwarden-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

buildNpmPackage rec {
pname = "bitwarden-cli";
version = "2024.11.1";
version = "2024.12.0";

src = fetchFromGitHub {
owner = "bitwarden";
repo = "clients";
rev = "cli-v${version}";
hash = "sha256-J7gmrSAiu59LLP9pKfbv9+H00vXGQCrjkd4GBhkcyTY=";
hash = "sha256-3aN2t8/qhN0sjACvtip45efHQJl8nEMNre0+oBL1/go=";
};

postPatch = ''
Expand All @@ -29,7 +29,7 @@ buildNpmPackage rec {

nodejs = nodejs_20;

npmDepsHash = "sha256-MZoreHKmiUUxhq3tmL4lPp6vPmoQIqG3IPpZE56Z1Kc=";
npmDepsHash = "sha256-EtIcqbubAYN9I9wbw17oHiVshd3GtQayFtdgqWP7Pgg=";

nativeBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
cctools
Expand Down

0 comments on commit fead341

Please sign in to comment.