boogie: 3.2.5 -> 3.4.2

This commit is contained in:
R. Ryantm
2024-11-15 01:19:38 +00:00
parent 30e9f55fae
commit 33586ab6d6
+2 -2
View File
@@ -2,13 +2,13 @@
buildDotnetModule rec {
pname = "Boogie";
version = "3.2.5";
version = "3.4.2";
src = fetchFromGitHub {
owner = "boogie-org";
repo = "boogie";
rev = "v${version}";
hash = "sha256-36aGVJEzaAwQgR11NI+v8c4cXm24iiXtiwjW6qd3qsE=";
hash = "sha256-IWtYbb1IFB6DLIYYTP+q7q+h/0aqonxr/mWwf+83aRo=";
};
projectFile = [ "Source/Boogie.sln" ];