minizinc 2.7.3 -> 2.7.4 https://repology.org/project/minizinc/versions attrpath: minizinc Checking auto update branch... No auto update branch exists Old version 2.7.3" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, cmake, flex, bison }: stdenv.mkDerivation rec { pname = "minizinc"; version = "2.7.4"; nativeBuildInputs = [ cmake flex bison ]; src = fetchFromGitHub { owner = "MiniZinc"; repo = "libminizinc"; rev = version; sha256 = "sha256-Zq5gAwe9IQmknSDilFyHhSk5ZCQ8EfBOiM6Oef2WxYg="; }; meta = with lib; { homepage = "https://www.minizinc.org/"; description = "A medium-level constraint modelling language"; longDescription = '' MiniZinc is a medium-level constraint modelling language. It is high-level enough to express most constraint problems easily, but low-level enough that it can be mapped onto existing solvers easily and consistently. It is a subset of the higher-level language Zinc. ''; license = licenses.mpl20; platforms = platforms.unix; maintainers = [ maintainers.sheenobu ]; }; } minizinc 2.7.3 -> 2.7.4 https://github.com/MiniZinc/libminizinc/releases attrpath: minizinc Checking auto update branch... No auto update branch exists Old version 2.7.3" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, cmake, flex, bison }: stdenv.mkDerivation rec { pname = "minizinc"; version = "2.7.4"; nativeBuildInputs = [ cmake flex bison ]; src = fetchFromGitHub { owner = "MiniZinc"; repo = "libminizinc"; rev = version; sha256 = "sha256-Zq5gAwe9IQmknSDilFyHhSk5ZCQ8EfBOiM6Oef2WxYg="; }; meta = with lib; { homepage = "https://www.minizinc.org/"; description = "A medium-level constraint modelling language"; longDescription = '' MiniZinc is a medium-level constraint modelling language. It is high-level enough to express most constraint problems easily, but low-level enough that it can be mapped onto existing solvers easily and consistently. It is a subset of the higher-level language Zinc. ''; license = licenses.mpl20; platforms = platforms.unix; maintainers = [ maintainers.sheenobu ]; }; }