Merge pull request #288150 from SuperSandro2000/vaultwarden-web

This commit is contained in:
Sandro
2024-02-23 00:24:33 +01:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
}:
let
version = "2024.1.2";
version = "2024.1.2b";
bw_web_builds = fetchFromGitHub {
owner = "dani-garcia";
repo = "bw_web_builds";
rev = "v${version}";
hash = "sha256-XpFGLZpX5BeP6cEZfGlNnh94aS6As0eCnllVyHLrOWo=";
hash = "sha256-p5UsI8T2cV5uQnQmOi5WBo2UirLLS83NHoaljxcRkqo=";
};
in buildNpmPackage rec {