Unverified Commit 308a3739 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

boogie: 3.5.5 -> 3.5.6 (#470120)

parents 26b857ab 16d18545
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;