Commit c6e51241 authored by R. RyanTM's avatar R. RyanTM
Browse files

boogie: 3.1.5 -> 3.1.6

parent 64ea1c06
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" ];