Merge pull request #324578 from r-ryantm/auto-update/boogie

boogie: 3.1.6 -> 3.2.0
This commit is contained in:
Aleksana 2024-07-05 16:48:52 +08:00 committed by GitHub
commit 12746858d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildDotnetModule rec {
pname = "Boogie";
version = "3.1.6";
version = "3.2.0";
src = fetchFromGitHub {
owner = "boogie-org";
repo = "boogie";
rev = "v${version}";
sha256 = "sha256-Bli/vEzzVQTWicQJskK9cQC2XsFRwMxX9cAePXN511c=";
sha256 = "sha256-3+9zOoKk8IdqkxoMzjZofizyx+294mer3t6illXUr2M=";
};
projectFile = [ "Source/Boogie.sln" ];