We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22c96c0 + c5bf33e commit 4e08736Copy full SHA for 4e08736
pkgs/by-name/bi/bitwarden-desktop/package.nix
@@ -34,13 +34,13 @@ let
34
in
35
buildNpmPackage' rec {
36
pname = "bitwarden-desktop";
37
- version = "2025.5.0";
+ version = "2025.5.1";
38
39
src = fetchFromGitHub {
40
owner = "bitwarden";
41
repo = "clients";
42
rev = "desktop-v${version}";
43
- hash = "sha256-8jVKwqKhTfhur226SER4sb1i4dY+TjJRYmOY8YtO6CY=";
+ hash = "sha256-1gxd73E7Y7e1A6yU+J3XYQ4QzXZTxuKd+AE+t8HD478=";
44
};
45
46
patches = [
0 commit comments