bitwarden: 1.31.3 -> 1.32.1

This commit is contained in:
R. Ryantm 2022-04-11 02:56:19 +00:00
parent f0848eeb05
commit 19ad91fcaf

View file

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