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

boogie: 3.2.0 -> 3.2.1
This commit is contained in:
Peder Bergebakken Sundt 2024-07-25 03:33:53 +02:00 committed by GitHub
commit d10159501f
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.2.0";
version = "3.2.1";
src = fetchFromGitHub {
owner = "boogie-org";
repo = "boogie";
rev = "v${version}";
sha256 = "sha256-3+9zOoKk8IdqkxoMzjZofizyx+294mer3t6illXUr2M=";
sha256 = "sha256-89S3yBjEUHbQbuWWLe/pTMaDOCqDR04hNJwIRzh5xaI=";
};
projectFile = [ "Source/Boogie.sln" ];