Fix: DEP Omaha pointed at dangling commit

This likely happened because a new commit (aefae) was created when a PR was
merged, orphaning the original commit (28162). This commit pins the DEP to the
new commit, which is in the Omaha repo's main line.
This commit is contained in:
Michael Herrmann
2022-12-01 11:27:29 +01:00
parent 93fa5b9cfd
commit b9298a2daa
+1 -1
View File
@@ -7,7 +7,7 @@ deps = {
"vendor/boto": "https://github.com/boto/boto@f7574aa6cc2c819430c1f05e9a1a1a666ef8169b",
"vendor/python-patch": "https://github.com/brave/python-patch@d8880110be6554686bc08261766538c2926d4e82",
"vendor/omaha": {
"url": "https://github.com/brave/omaha.git@28162eea5ef4ef42723979e4e15089c78cb5844f",
"url": "https://github.com/brave/omaha.git@aefae2f29e433edbace3f41687048d7842e6f54d",
"condition": "checkout_win",
},
"vendor/sparkle": {