mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
vaultwarden.webvault: 2024.5.1 -> 2024.5.1b
This commit is contained in:
parent
4d8ce0754f
commit
84b83d4611
@ -8,13 +8,13 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "2024.5.1";
|
||||
version = "2024.5.1b";
|
||||
|
||||
bw_web_builds = fetchFromGitHub {
|
||||
owner = "dani-garcia";
|
||||
repo = "bw_web_builds";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-iNSkvQn3g64pI0uY7M4S7jEiRRDAc0wlPuJevzMJ+dc=";
|
||||
hash = "sha256-5nlFt05ari9ovl+CaoyR/X9BzhsmsGyDt6eGLJ5ae/4=";
|
||||
};
|
||||
|
||||
in buildNpmPackage rec {
|
||||
|
Loading…
Reference in New Issue
Block a user