Update `binaryobjectscanner`.

This commit is contained in:
Whovian NTSN 2024-06-21 18:10:02 -04:00
parent 21722c1a9e
commit fa57a693c7
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ buildDotnetModule {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SabreTools"; owner = "SabreTools";
repo = "BinaryObjectScanner"; repo = "BinaryObjectScanner";
rev = "a4ee4529caeb9a1739518abcd1e5d0ddbd096d12"; rev = "e3eed76826fe8a4254783eb59e91abe69233e935";
hash = "sha256-dSl1+8aoqRpPATQJuSGNyns9PGB7Olka5OJMg9MPz34="; hash = "sha256-t0clhrZ8e6fiul2kAIutks1Y7v4D7N8zL+16J1vBAc0=";
fetchSubmodules = true; fetchSubmodules = true;
leaveDotGit = false; leaveDotGit = false;
}; };