boogie: 3.0.5 -> 3.0.6

This commit is contained in:
R. Ryantm 2023-11-18 13:46:07 +00:00 committed by Jonathan Ringer
parent 3184225f60
commit bef55841a2

View File

@ -2,13 +2,13 @@
buildDotnetModule rec {
pname = "Boogie";
version = "3.0.5";
version = "3.0.6";
src = fetchFromGitHub {
owner = "boogie-org";
repo = "boogie";
rev = "v${version}";
sha256 = "sha256-KciQakwus7cKjtfp5x8nDV7bbTXlzILcL3ivCJAV6Vk=";
sha256 = "sha256-A/nshihI1DxV0mvYYDLPWTNQkuduppxNC7OyWuGNCD8=";
};
projectFile = [ "Source/Boogie.sln" ];