bitwarden: 2022.8.1 -> 2022.10.0
- https://github.com/bitwarden/clients/releases/tag/desktop-v2022.9.0 - https://github.com/bitwarden/clients/releases/tag/desktop-v2022.9.1 - https://github.com/bitwarden/clients/releases/tag/desktop-v2022.10.0
This commit is contained in:
parent
5f326e2a40
commit
9683bb1e37
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "bitwarden";
|
||||
version = "2022.8.1";
|
||||
version = "2022.10.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/bitwarden/clients/releases/download/desktop-v${version}/Bitwarden-${version}-amd64.deb";
|
||||
sha256 = "sha256-MmhHs1Gp6H1CkLO/yCBhsF0KMiYXz37D6QP26fS+/u0=";
|
||||
sha256 = "sha256-KJBRaxrHhoWEMrt4tVg6elVX7Z2AXi9mD1RJDzbRhdI=";
|
||||
};
|
||||
|
||||
desktopItem = makeDesktopItem {
|
||||
|
|
Loading…
Reference in a new issue