Merge pull request #299197 from SuperSandro2000/vaultwarden-webvault

vaultwarden.webvault: 2024.1.2b -> 2024.3.0
This commit is contained in:
Robert Schütz 2024-03-31 21:12:13 +00:00 committed by GitHub
commit bf6048933c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,13 +8,13 @@
}: }:
let let
version = "2024.1.2b"; version = "2024.3.0";
bw_web_builds = fetchFromGitHub { bw_web_builds = fetchFromGitHub {
owner = "dani-garcia"; owner = "dani-garcia";
repo = "bw_web_builds"; repo = "bw_web_builds";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-p5UsI8T2cV5uQnQmOi5WBo2UirLLS83NHoaljxcRkqo="; hash = "sha256-nlFs0cOehbGhk/XxWAuNJNhImHDZA3pvci1WdcBy6Ro=";
}; };
in buildNpmPackage rec { in buildNpmPackage rec {
@ -25,10 +25,10 @@ in buildNpmPackage rec {
owner = "bitwarden"; owner = "bitwarden";
repo = "clients"; repo = "clients";
rev = "web-v${lib.removeSuffix "b" version}"; rev = "web-v${lib.removeSuffix "b" version}";
hash = "sha256-hzAkVzaCjwoZ/PMnsnSmsqUBWLhqfPWuWVujChy0V38="; hash = "sha256-/YpqGyDesz4ZyIaLGWbxJZkEGFW7IsTfuy/74NuiOS0=";
}; };
npmDepsHash = "sha256-KTqPf8jy8cgGz0+1GssSzEfPVSSQlLenLPgHggNoGfc="; npmDepsHash = "sha256-iwYzxvLPebQiU20TafzdFgQXnNNHK8s0Jwo83VKy4u8=";
postPatch = '' postPatch = ''
ln -s ${bw_web_builds}/{patches,resources} .. ln -s ${bw_web_builds}/{patches,resources} ..