boogie: 3.1.5 -> 3.1.6

This commit is contained in:
R. Ryantm 2024-05-23 13:28:28 +00:00
parent 64ea1c0661
commit c6e51241a8

View File

@ -2,13 +2,13 @@
buildDotnetModule rec {
pname = "Boogie";
version = "3.1.5";
version = "3.1.6";
src = fetchFromGitHub {
owner = "boogie-org";
repo = "boogie";
rev = "v${version}";
sha256 = "sha256-/6x4NzlSJ2uswVlfFpevXaQxUxPnh3KvnbPIb8SFX9E=";
sha256 = "sha256-Bli/vEzzVQTWicQJskK9cQC2XsFRwMxX9cAePXN511c=";
};
projectFile = [ "Source/Boogie.sln" ];