Skip to content

Commit

Permalink
Merge pull request #92677 from r-ryantm/auto-update/bitwarden_rs-vault
Browse files Browse the repository at this point in the history
bitwarden_rs-vault: 2.14.0 -> 2.15.1
  • Loading branch information
Ma27 committed Jul 8, 2020
2 parents 904aa5d + 4b55db4 commit e0499e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/bitwarden_rs/vault.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "bitwarden_rs-vault";
version = "2.14.0";
version = "2.15.1";

src = fetchurl {
url = "https://github.com/dani-garcia/bw_web_builds/releases/download/v${version}/bw_web_v${version}.tar.gz";
sha256 = "16620md9lsxw6s0qzv5vj9kfkgxnlaxfrax6s2h3h39skza80x2c";
sha256 = "1wvpg2awdbpbzhxhrf1iv1mjjc1ah54kswnznc7w5zbh9512dyx8";
};

buildCommand = ''
Expand Down

0 comments on commit e0499e4

Please sign in to comment.