Merge pull request #112471 from r-ryantm/auto-update/bitwarden_rs-vault

This commit is contained in:
Jörg Thalheim 2021-02-09 15:36:56 +00:00 committed by GitHub
commit efda7f094f
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.17.1";
version = "2.18.1b";
src = fetchurl {
url = "https://github.com/dani-garcia/bw_web_builds/releases/download/v${version}/bw_web_v${version}.tar.gz";
sha256 = "1kd21higniszk1na5ag7q4g0l7h6ddl91gpbjbwym28hsbjvxla7";
sha256 = "sha256-MwHTx4ITr2GuBS6qXD4m3aCinpJHQa0Wp0Bbmgg7ATQ=";
};
buildCommand = ''
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "Integrates the web vault into bitwarden_rs";
homepage = "https://github.com/dani-garcia/bw_web_builds";
platforms = platforms.all;
license = licenses.gpl3;
maintainers = with maintainers; [ msteen ];
license = licenses.gpl3Plus;
maintainers = with maintainers; [ msteen mic92 ];
};
}