boogie: 3.1.1 -> 3.1.2

This commit is contained in:
R. Ryantm 2024-03-11 22:31:14 +00:00
parent 1809887dbe
commit ce018184a5

View File

@ -2,13 +2,13 @@
buildDotnetModule rec {
pname = "Boogie";
version = "3.1.1";
version = "3.1.2";
src = fetchFromGitHub {
owner = "boogie-org";
repo = "boogie";
rev = "v${version}";
sha256 = "sha256-k3+8VlE6dRx3t+qhheHsRl+MBcnh/M1cRgfks5eLvck=";
sha256 = "sha256-L70xKxLgJwpEt8e3HHJRSmDW+oq8nL6MjZaqgjUGDps=";
};
projectFile = [ "Source/Boogie.sln" ];