bitwarden: 1.30.0 -> 1.31.1

This commit is contained in:
R. Ryantm 2022-02-12 02:10:23 +00:00 committed by Jonathan Ringer
parent 8838eaba71
commit 3254dc4c1f

View file

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "bitwarden";
version = "1.30.0";
version = "1.31.1";
src = fetchurl {
url = "https://github.com/bitwarden/desktop/releases/download/v${version}/Bitwarden-${version}-amd64.deb";
sha256 = "sha256-x0i7MUVr0nhPy8M/dTVtRjaLfJQlzqhzLQ/JHLRmL6E=";
sha256 = "sha256-lXi652lqdljhbBwgzqaI1SW3Ucf1YvNQ9BfFUCyiubc=";
};
desktopItem = makeDesktopItem {