boogie: 3.5.5 -> 3.5.6

This commit is contained in:
R. Ryantm
2025-12-12 10:57:24 +00:00
parent ce59f68159
commit 16d18545e4
+2 -2
View File
@@ -9,13 +9,13 @@
buildDotnetModule rec {
pname = "Boogie";
version = "3.5.5";
version = "3.5.6";
src = fetchFromGitHub {
owner = "boogie-org";
repo = "boogie";
tag = "v${version}";
hash = "sha256-tmcio1GCyfMhjnbBE/pUqYso5HCu4SLHOYx/t0/PZTQ=";
hash = "sha256-rJJXUeUbvJLrqVPY5uHnhoZN4aMJFGkwJ+zOsID7wYs=";
};
dotnet-sdk = dotnetCorePackages.sdk_8_0;