Commit 16d18545 authored by R. RyanTM's avatar R. RyanTM
Browse files

boogie: 3.5.5 -> 3.5.6

parent ce59f681
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;