vaultwarden.webvault: 2024.1.1 -> 2024.1.1b, add meta.changelog
https://github.com/dani-garcia/bw_web_builds/releases/tag/v2024.1.1b
This commit is contained in:
parent
49e703cde2
commit
d20e90e767
1 changed files with 4 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2024.1.1";
|
version = "2024.1.1b";
|
||||||
|
|
||||||
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-xtfpxcJLP0C4FdnO45gsaecOWJ/cKC++Abm7iatTH1Y=";
|
hash = "sha256-jdr+3sIFdKmi0CI3TyFv+wCbhOBJECKQtx+X5EZjRsQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
in buildNpmPackage rec {
|
in buildNpmPackage rec {
|
||||||
|
@ -30,7 +30,7 @@ in buildNpmPackage rec {
|
||||||
npmDepsHash = "sha256-IJ5JVz9hHu3NOzFJAyzfhsMfPQgYQGntDEDuBMI/iZc=";
|
npmDepsHash = "sha256-IJ5JVz9hHu3NOzFJAyzfhsMfPQgYQGntDEDuBMI/iZc=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
cp -r ${bw_web_builds}/{patches,resources} ..
|
ln -s ${bw_web_builds}/{patches,resources} ..
|
||||||
PATH="${git}/bin:$PATH" VAULT_VERSION="${lib.removePrefix "web-" src.rev}" \
|
PATH="${git}/bin:$PATH" VAULT_VERSION="${lib.removePrefix "web-" src.rev}" \
|
||||||
bash ${bw_web_builds}/scripts/apply_patches.sh
|
bash ${bw_web_builds}/scripts/apply_patches.sh
|
||||||
'';
|
'';
|
||||||
|
@ -66,6 +66,7 @@ in buildNpmPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Integrates the web vault into vaultwarden";
|
description = "Integrates the web vault into vaultwarden";
|
||||||
homepage = "https://github.com/dani-garcia/bw_web_builds";
|
homepage = "https://github.com/dani-garcia/bw_web_builds";
|
||||||
|
changelog = "https://github.com/dani-garcia/bw_web_builds/releases/tag/v${version}";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ dotlambda msteen mic92 ];
|
maintainers = with maintainers; [ dotlambda msteen mic92 ];
|
||||||
|
|
Loading…
Reference in a new issue