boogie: 3.0.4 -> 3.0.5

This commit is contained in:
R. Ryantm 2023-10-11 12:37:10 +00:00
parent 0ccfba07f2
commit a4336d795c

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