cryptominisat 5.11.12 -> 5.11.14 https://github.com/msoos/cryptominisat/releases attrpath: cryptominisat Checking auto update branch... No auto update branch exists Old version 5.11.12" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , cmake , python3 , boost }: stdenv.mkDerivation rec { pname = "cryptominisat"; version = "5.11.14"; src = fetchFromGitHub { owner = "msoos"; repo = "cryptominisat"; rev = version; hash = "sha256-p/sVinjEh078PGtJ6JBRA8EmrJVcchBs9L3bRZvCHuo="; }; buildInputs = [ python3 boost ]; nativeBuildInputs = [ cmake ]; meta = with lib; { description = "An advanced SAT Solver"; homepage = "https://github.com/msoos/cryptominisat"; license = licenses.mit; maintainers = with maintainers; [ mic92 ]; platforms = platforms.unix; }; }