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

boogie: 3.0.4 -> 3.0.5
This commit is contained in:
Weijia Wang 2023-10-17 23:59:47 +02:00 committed by GitHub
commit 019abf2a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildDotnetModule rec {
pname = "Boogie";
version = "3.0.4";
version = "3.0.5";
src = fetchFromGitHub {
owner = "boogie-org";
repo = "boogie";
rev = "v${version}";
sha256 = "sha256-yebThnIOpZ5crYsSZtbDj8Gn6DznTNJ4T/TsFR3gWvs=";
sha256 = "sha256-KciQakwus7cKjtfp5x8nDV7bbTXlzILcL3ivCJAV6Vk=";
};
projectFile = [ "Source/Boogie.sln" ];