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

boogie: 3.1.3 -> 3.1.4
This commit is contained in:
Pascal Wittmann 2024-04-12 14:26:27 +02:00 committed by GitHub
commit 823874186c
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.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" ];