Skip to content

Commit

Permalink
[release-24.05] vaultwarden: 1.32.1 -> 1.32.4 (#355240)
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 authored Nov 11, 2024
2 parents 2abd5b0 + dff192f commit 6364bb4
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 @@ -9,16 +9,16 @@ in

rustPlatform.buildRustPackage rec {
pname = "vaultwarden";
version = "1.32.1";
version = "1.32.4";

src = fetchFromGitHub {
owner = "dani-garcia";
repo = "vaultwarden";
rev = version;
hash = "sha256-bjLa3/B+H49BHXU9xYAtoSsaJBtDJIm6+coGEplzxdM=";
hash = "sha256-fT1o+nR7k1fLFS4TeoP1Gm1P0uLTu6Dai6hMGraAKjE=";
};

cargoHash = "sha256-3JfdgGHhj2Fva9BB5vNYDX1eHk2EZl/7f6AeLRqkaGQ=";
cargoHash = "sha256-xidkmkRVIyQ3mutkmR3oObEwi1uRLCiRSyF5GpWVM9w=";

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

0 comments on commit 6364bb4

Please sign in to comment.