Unverified Commit 2f03619e authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

boogie: 3.5.4 -> 3.5.5 (#430909)

parents 03782141 269c84bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
[
  {
    "pname": "CocoR",
    "version": "2014.12.24",
    "hash": "sha256-Qh3bhGKcXHD7FQa9KvXbN4D1KR0BWgxCCoxNrtSBSF8="
    "version": "2014.12.25",
    "hash": "sha256-qxTcnqh7jziriMHwos5/YArRYUG2+3nNoYYmFyPo8E0="
  },
  {
    "pname": "Microsoft.Bcl.AsyncInterfaces",
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildDotnetModule rec {
  pname = "Boogie";
  version = "3.5.4";
  version = "3.5.5";

  src = fetchFromGitHub {
    owner = "boogie-org";
    repo = "boogie";
    tag = "v${version}";
    hash = "sha256-aTt8lZgGRp+9rFldEJUWlXHosjhRhgj/jfb+N7s1E7I=";
    hash = "sha256-OuNzxzcoWrDCmUfQNXEif5wIY+L5jql14231m7nNBe4=";
  };

  dotnet-sdk = dotnetCorePackages.sdk_8_0;