omnisharp-roslyn: fix hash

Seems like upstream moved the release tag to point to another commit...
This commit is contained in:
mdarocha 2023-06-21 17:04:45 +02:00
parent cc7c42098f
commit 21d6a613dd

View File

@ -17,7 +17,7 @@ let finalPackage = buildDotnetModule rec {
owner = "OmniSharp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KfO6YVTVAQeFKlnHSNx/KbO8vr+gDqwlyy50uEDA6FM=";
sha256 = "sha256-jFmn/p1ewjE5dICbPVgCrn4eDFdcVt8RzKkJUaexNq0=";
};
projectFile = "src/OmniSharp.Stdio.Driver/OmniSharp.Stdio.Driver.csproj";