bitwarden-desktop: replace patch with upstream URL

...since it is now merged. The patches are equivalent, so the hash is
unchanged.
This commit is contained in:
Andrew Marshall 2024-02-25 13:56:20 -05:00
parent 4ff953a95a
commit b491aad7b3

View File

@ -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=";
})
];