boogie: 3.0.9 -> 3.0.10

This commit is contained in:
R. Ryantm 2024-01-23 08:02:39 +00:00
parent 9dbf5074db
commit 0d73a93c93

View File

@ -2,13 +2,13 @@
buildDotnetModule rec {
pname = "Boogie";
version = "3.0.9";
version = "3.0.10";
src = fetchFromGitHub {
owner = "boogie-org";
repo = "boogie";
rev = "v${version}";
sha256 = "sha256-8hujTiUO62yfv3T/Fu5unTuvJXLGgn9BXoCA2oag3jQ=";
sha256 = "sha256-0E4yAVNWJC67vX0DTQj1ZH7T6JKOgE0BDf6u0V0QvFA=";
};
projectFile = [ "Source/Boogie.sln" ];