From b491aad7b36bc58ae4e85f9b18ebaee7b80d0930 Mon Sep 17 00:00:00 2001 From: Andrew Marshall Date: Sun, 25 Feb 2024 13:56:20 -0500 Subject: [PATCH] bitwarden-desktop: replace patch with upstream URL ...since it is now merged. The patches are equivalent, so the hash is unchanged. --- pkgs/by-name/bi/bitwarden-desktop/package.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/by-name/bi/bitwarden-desktop/package.nix b/pkgs/by-name/bi/bitwarden-desktop/package.nix index bbeda629824e..c2d3f04db7d5 100644 --- a/pkgs/by-name/bi/bitwarden-desktop/package.nix +++ b/pkgs/by-name/bi/bitwarden-desktop/package.nix @@ -41,8 +41,7 @@ in buildNpmPackage rec { patches = [ (fetchpatch2 { - # https://github.com/bitwarden/clients/pull/7508 - url = "https://github.com/amarshall/bitwarden-clients/commit/e85fa4ef610d9dd05bd22a9b93d54b0c7901776d.patch"; + url = "https://github.com/bitwarden/clients/commit/746bf0a4745423b9e70c2c54dcf76a95ffb62e11.patch"; hash = "sha256-P9MTsiNbAb2kKo/PasIm9kGm0lQjuVUxAJ3Fh1DfpzY="; }) ];