Merge pull request #296254 from r-ryantm/auto-update/boogie

boogie: 3.1.2 -> 3.1.3
This commit is contained in:
Weijia Wang 2024-03-24 23:21:18 +01:00 committed by GitHub
commit 6448f089c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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" ];