mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
bitwarden-desktop: 2025.3.1 -> 2025.4.2
This commit is contained in:
parent
512c5f06e1
commit
1177f03fe9
1 changed files with 4 additions and 4 deletions
|
@ -34,13 +34,13 @@ let
|
||||||
in
|
in
|
||||||
buildNpmPackage' rec {
|
buildNpmPackage' rec {
|
||||||
pname = "bitwarden-desktop";
|
pname = "bitwarden-desktop";
|
||||||
version = "2025.3.1";
|
version = "2025.4.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bitwarden";
|
owner = "bitwarden";
|
||||||
repo = "clients";
|
repo = "clients";
|
||||||
rev = "desktop-v${version}";
|
rev = "desktop-v${version}";
|
||||||
hash = "sha256-nwm9ENTB1V+koUA3M8XR8DegmPHwYoszYlWbcxA6aXY=";
|
hash = "sha256-sWphSdxh07GS7GPlNVxK7zoXMTGLjT7qTLfH1nsIiQQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -76,7 +76,7 @@ buildNpmPackage' rec {
|
||||||
"--ignore-scripts"
|
"--ignore-scripts"
|
||||||
];
|
];
|
||||||
npmWorkspace = "apps/desktop";
|
npmWorkspace = "apps/desktop";
|
||||||
npmDepsHash = "sha256-PjlTGR+e8uDe9KKEvW7cq/wYHRBO16Cf3oHh37YcNFc=";
|
npmDepsHash = "sha256-/BOzDt+wgnWedWfShPkAhaeujBBQTDlZdtiKl3wrOqE=";
|
||||||
|
|
||||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||||
inherit
|
inherit
|
||||||
|
@ -86,7 +86,7 @@ buildNpmPackage' rec {
|
||||||
cargoRoot
|
cargoRoot
|
||||||
patches
|
patches
|
||||||
;
|
;
|
||||||
hash = "sha256-zIzgVvtTUIPKeOG/v9/7ugIIAVhoMjQ8QJ0Cbj9uZsQ=";
|
hash = "sha256-EONHK33RuVy2ZlUzwdvdBX+6/jiCsrNo9ueZYQtWSkA=";
|
||||||
};
|
};
|
||||||
cargoRoot = "apps/desktop/desktop_native";
|
cargoRoot = "apps/desktop/desktop_native";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue