boogie: 3.0.6 -> 3.0.9

This commit is contained in:
R. Ryantm 2023-12-13 08:18:51 +00:00
parent 9a32ae4cb4
commit 0d6c4e0b31

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