boogie: 3.2.1 -> 3.2.3

This commit is contained in:
R. Ryantm 2024-08-01 05:32:50 +00:00
parent 46784713e5
commit 0e5f46b727

View File

@ -2,13 +2,13 @@
buildDotnetModule rec {
pname = "Boogie";
version = "3.2.1";
version = "3.2.3";
src = fetchFromGitHub {
owner = "boogie-org";
repo = "boogie";
rev = "v${version}";
sha256 = "sha256-89S3yBjEUHbQbuWWLe/pTMaDOCqDR04hNJwIRzh5xaI=";
sha256 = "sha256-dMJ6A2ggBb20vuHL1g/Zx3pl9tXE8oayMGOqpChcg2U=";
};
projectFile = [ "Source/Boogie.sln" ];