Commit 4c3eaa9d authored by Robert Schütz's avatar Robert Schütz
Browse files
parent 8355f8e0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

buildNpmPackage rec {
  pname = "bitwarden-cli";
  version = "2025.4.0";
  version = "2025.5.0";

  src = fetchFromGitHub {
    owner = "bitwarden";
    repo = "clients";
    tag = "cli-v${version}";
    hash = "sha256-sWphSdxh07GS7GPlNVxK7zoXMTGLjT7qTLfH1nsIiQQ=";
    hash = "sha256-8jVKwqKhTfhur226SER4sb1i4dY+TjJRYmOY8YtO6CY=";
  };

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

  nodejs = nodejs_20;

  npmDepsHash = "sha256-/BOzDt+wgnWedWfShPkAhaeujBBQTDlZdtiKl3wrOqE=";
  npmDepsHash = "sha256-0IoBPRGdtkMeTrT5cqZLHB/WrUCONtsJ6YHh0y4K5Ls=";

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