boogie: 3.1.3 -> 3.1.4

This commit is contained in:
R. Ryantm 2024-04-12 00:32:37 +00:00
parent c81c241415
commit 7af1be6d39
1 changed files with 2 additions and 2 deletions

View File

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