Unverified Commit fdecb36e authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #313985 from r-ryantm/auto-update/boogie

boogie: 3.1.5 -> 3.1.6
parents ad1b9f0c c6e51241
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildDotnetModule rec {
  pname = "Boogie";
  version = "3.1.5";
  version = "3.1.6";

  src = fetchFromGitHub {
    owner = "boogie-org";
    repo = "boogie";
    rev = "v${version}";
    sha256 = "sha256-/6x4NzlSJ2uswVlfFpevXaQxUxPnh3KvnbPIb8SFX9E=";
    sha256 = "sha256-Bli/vEzzVQTWicQJskK9cQC2XsFRwMxX9cAePXN511c=";
  };

  projectFile = [ "Source/Boogie.sln" ];