boogie: 3.0.5 -> 3.0.6

This commit is contained in:
R. Ryantm
2023-11-22 08:51:32 -08:00
committed by Jonathan Ringer
parent 3184225f60
commit bef55841a2
+2 -2
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" ];