minizincide: 2.8.7 -> 2.9.0

This commit is contained in:
R. Ryantm
2025-02-11 12:39:04 +00:00
parent b64b41e8d6
commit ee162e1316
+2 -2
View File
@@ -19,13 +19,13 @@ let
in
stdenv.mkDerivation rec {
pname = "minizinc-ide";
version = "2.8.7";
version = "2.9.0";
src = fetchFromGitHub {
owner = "MiniZinc";
repo = "MiniZincIDE";
rev = version;
hash = "sha256-mlLW7RHwO+VHWJdKhDjIWYoRpdTrt7QpPKp0EiHGkEs=";
hash = "sha256-nACUayBI2Tbj2aZek8201kqiVT/yDV+vEPiRRJHJOSM=";
fetchSubmodules = true;
};