browserpass-native: update enableOTP PR fix

This commit is contained in:
colin 2022-11-07 04:39:16 -08:00
parent fc4138327a
commit 45f8cc3894

View File

@ -22,8 +22,8 @@ let
repo = "browserpass-extension";
# fix `enableOTP` handling to match docs: prioritize store, then extension config
# upstream PR: <https://github.com/browserpass/browserpass-extension/pull/308/>
rev = "e97748db10c564b3c1b8feaf02e60ea8fc910904";
sha256 = "sha256-lQsIFfOn9gWuYiJ6J/SKObiVl+I4TMN28x68R+vCJK8=";
rev = "a5f5e27b5f3abe2252f68c59959c3c30ac1a603b";
sha256 = "sha256-XIgbaQSAXx7L1e/9rzN7oBQy9U3HWJHOX2auuvgdvbc=";
};
browserpass-extension-yarn-modules = mkYarnModules {
inherit pname version;