Skip to content

Commit

Permalink
Merge pull request #299197 from SuperSandro2000/vaultwarden-webvault
Browse files Browse the repository at this point in the history
vaultwarden.webvault: 2024.1.2b -> 2024.3.0
  • Loading branch information
dotlambda committed Mar 31, 2024
2 parents e047f57 + 853903e commit bf60489
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/security/vaultwarden/webvault.nix
Expand Up @@ -8,13 +8,13 @@
}:

let
version = "2024.1.2b";
version = "2024.3.0";

bw_web_builds = fetchFromGitHub {
owner = "dani-garcia";
repo = "bw_web_builds";
rev = "v${version}";
hash = "sha256-p5UsI8T2cV5uQnQmOi5WBo2UirLLS83NHoaljxcRkqo=";
hash = "sha256-nlFs0cOehbGhk/XxWAuNJNhImHDZA3pvci1WdcBy6Ro=";
};

in buildNpmPackage rec {
Expand All @@ -25,10 +25,10 @@ in buildNpmPackage rec {
owner = "bitwarden";
repo = "clients";
rev = "web-v${lib.removeSuffix "b" version}";
hash = "sha256-hzAkVzaCjwoZ/PMnsnSmsqUBWLhqfPWuWVujChy0V38=";
hash = "sha256-/YpqGyDesz4ZyIaLGWbxJZkEGFW7IsTfuy/74NuiOS0=";
};

npmDepsHash = "sha256-KTqPf8jy8cgGz0+1GssSzEfPVSSQlLenLPgHggNoGfc=";
npmDepsHash = "sha256-iwYzxvLPebQiU20TafzdFgQXnNNHK8s0Jwo83VKy4u8=";

postPatch = ''
ln -s ${bw_web_builds}/{patches,resources} ..
Expand Down

0 comments on commit bf60489

Please sign in to comment.