Skip to content

Commit

Permalink
vaultwarden: 1.32.6 -> 1.32.7
Browse files Browse the repository at this point in the history
(cherry picked from commit 253a786)
  • Loading branch information
ejiek authored and github-actions[bot] committed Dec 20, 2024
1 parent 932a8be commit 2cada57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/vaultwarden/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ in

rustPlatform.buildRustPackage rec {
pname = "vaultwarden";
version = "1.32.6";
version = "1.32.7";

src = fetchFromGitHub {
owner = "dani-garcia";
repo = "vaultwarden";
rev = version;
hash = "sha256-amb2wzCVZPDlR9UbH5jh3IAg0XbJmyQNTSJdZiktWCU=";
hash = "sha256-mxZQ1San8zlyvZoBRF9Eb7/mbs374MOgC4baOCFyPoc=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-hKnm14OlXDVJcxGKHkvOZWOqAwi1lWBa1IZ0MR+0nso=";
cargoHash = "sha256-OKfu+G+bS72HJDDLhRp9PMji/baBsh7JaYEZgQYdjTw=";

# used for "Server Installed" version in admin panel
env.VW_VERSION = version;
Expand Down

0 comments on commit 2cada57

Please sign in to comment.