boogie: 3.1.2 -> 3.1.3

This commit is contained in:
R. Ryantm 2024-03-15 20:25:31 +00:00
parent b1d4798935
commit 57b7f6f1ba

View File

@ -2,13 +2,13 @@
buildDotnetModule rec {
pname = "Boogie";
version = "3.1.2";
version = "3.1.3";
src = fetchFromGitHub {
owner = "boogie-org";
repo = "boogie";
rev = "v${version}";
sha256 = "sha256-L70xKxLgJwpEt8e3HHJRSmDW+oq8nL6MjZaqgjUGDps=";
sha256 = "sha256-vGlRexnYdL14iMOJvGcavI/ZQjAlGu08VeeE2SXujOw=";
};
projectFile = [ "Source/Boogie.sln" ];