dotnetPackages.Boogie: 2017-01-03 -> 2018-05-28

This commit is contained in:
Guillaume Maudoux 2018-05-28 13:10:36 +02:00
parent 9a76a33e35
commit c8cb9a92d4

View File

@ -299,14 +299,14 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
Boogie = buildDotnetPackage rec {
baseName = "Boogie";
version = "2017-01-03";
version = "2018-05-28";
name = "${baseName}-unstable-${version}";
src = fetchFromGitHub {
owner = "boogie-org";
repo = "boogie";
rev = "5e42f0dd2891b2b85a9198052e55592a2943b7ef";
sha256 = "1mjnf96hbn9abgzyvmrfxlhnm213290xb9wca7rnnl12i4fa4ahl";
rev = "fc97aac639505f46cda7904dae95c9557716d037";
sha256 = "1hjksc5sapw1shxjwg0swja5afman8i15wnv5b6rzkqd4mg8y6nz";
};
# emulate `nuget restore Source/Boogie.sln`