Unverified Commit 2b9791f5 authored by Vincent Laporte's avatar Vincent Laporte Committed by GitHub
Browse files

cvc5: 1.3.1 → 1.3.2 (#471803)

parents 15017315 dcaea930
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "cvc5";
  version = "1.3.1";
  version = "1.3.2";

  src = fetchFromGitHub {
    owner = "cvc5";
    repo = "cvc5";
    tag = "cvc5-${version}";
    hash = "sha256-nxJjrpWZfYPuuKN4CWxOHEuou4r+MdK0AjdEPZHZbHI=";
    hash = "sha256-Um1x+XgQ5yWSoqtx1ZWbVAnNET2C4GVasIbn0eNfico=";
  };

  nativeBuildInputs = [