bitwarden_rs-vault: 2.15.1 -> 2.16.0b (#98675)

This commit is contained in:
R. RyanTM 2020-09-24 14:43:51 -07:00 committed by GitHub
parent fd7141afa3
commit e19d18f04d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bitwarden_rs-vault";
version = "2.15.1";
version = "2.16.0b";
src = fetchurl {
url = "https://github.com/dani-garcia/bw_web_builds/releases/download/v${version}/bw_web_v${version}.tar.gz";
sha256 = "1wvpg2awdbpbzhxhrf1iv1mjjc1ah54kswnznc7w5zbh9512dyx8";
sha256 = "1p10a5rp2ymx675sbigwrkkfjvpk1lz3d43l2p2i1vbw153py3p1";
};
buildCommand = ''