cvc5 1.0.4 -> 1.0.5 https://github.com/cvc5/cvc5/releases attrpath: cvc5 Checking auto update branch... No auto update branch exists Old version 1.0.4" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, pkg-config, cmake, flex, cadical, symfpu, gmp, python3, gtest, libantlr3c, antlr3_4, boost, jdk }: stdenv.mkDerivation rec { pname = "cvc5"; version = "1.0.5"; src = fetchFromGitHub { owner = "cvc5"; repo = "cvc5"; rev = "cvc5-${version}"; hash = "sha256-l+L59QLLrAEVkAZjhxICJpa+j+jr1k/7B61JlapXGRI="; }; nativeBuildInputs = [ pkg-config cmake flex ]; buildInputs = [ cadical.dev symfpu gmp gtest libantlr3c antlr3_4 boost jdk (python3.withPackages (ps: with ps; [ pyparsing toml ])) ]; preConfigure = '' patchShebangs ./src/ ''; cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Production" "-DBUILD_SHARED_LIBS=1" "-DANTLR3_JAR=${antlr3_4}/lib/antlr/antlr-3.4-complete.jar" ]; meta = with lib; { description = "A high-performance theorem prover and SMT solver"; homepage = "https://cvc5.github.io"; license = licenses.gpl3Only; platforms = platforms.unix; maintainers = with maintainers; [ shadaj ]; }; } cvc5 1.0.4 -> 1.0.5 https://repology.org/metapackage/cvc5/versions attrpath: cvc5 Checking auto update branch... No auto update branch exists Old version 1.0.4" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, pkg-config, cmake, flex, cadical, symfpu, gmp, python3, gtest, libantlr3c, antlr3_4, boost, jdk }: stdenv.mkDerivation rec { pname = "cvc5"; version = "1.0.5"; src = fetchFromGitHub { owner = "cvc5"; repo = "cvc5"; rev = "cvc5-${version}"; hash = "sha256-l+L59QLLrAEVkAZjhxICJpa+j+jr1k/7B61JlapXGRI="; }; nativeBuildInputs = [ pkg-config cmake flex ]; buildInputs = [ cadical.dev symfpu gmp gtest libantlr3c antlr3_4 boost jdk (python3.withPackages (ps: with ps; [ pyparsing toml ])) ]; preConfigure = '' patchShebangs ./src/ ''; cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Production" "-DBUILD_SHARED_LIBS=1" "-DANTLR3_JAR=${antlr3_4}/lib/antlr/antlr-3.4-complete.jar" ]; meta = with lib; { description = "A high-performance theorem prover and SMT solver"; homepage = "https://cvc5.github.io"; license = licenses.gpl3Only; platforms = platforms.unix; maintainers = with maintainers; [ shadaj ]; }; }