bitwarden: 1.32.1 -> 2022.5.1

The original repository `bitwarden/desktop` was archived, development is continued in `bitwarden/clients`.
This commit is contained in:
kilianar 2022-06-22 15:45:29 +02:00
parent 7c8eebb939
commit 1536c44301

View file

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "bitwarden";
version = "1.32.1";
version = "2022.5.1";
src = fetchurl {
url = "https://github.com/bitwarden/desktop/releases/download/v${version}/Bitwarden-${version}-amd64.deb";
sha256 = "sha256-G1k8kf00EQVH/z2foH4NHCw82/eTi7BMMfkVtX6IfQo=";
url = "https://github.com/bitwarden/clients/releases/download/desktop-v${version}/Bitwarden-${version}-amd64.deb";
sha256 = "sha256-L6Mow4wC5PlpR9IYXOztW4FyGDq9wWEuV2PvzQ7M/rU=";
};
desktopItem = makeDesktopItem {