minizincide: 2.9.3 -> 2.9.4

This commit is contained in:
R. Ryantm
2025-09-29 01:50:06 +00:00
parent 62588b43e4
commit 4aa9fafa95
+2 -2
View File
@@ -21,13 +21,13 @@ let
in
stdenv.mkDerivation rec {
pname = "minizinc-ide";
version = "2.9.3";
version = "2.9.4";
src = fetchFromGitHub {
owner = "MiniZinc";
repo = "MiniZincIDE";
rev = version;
hash = "sha256-wYS46keOPPQLs0fFeSeb2wz+VX6A1UUGjiGzHZhPxVk=";
hash = "sha256-ZESd83aqXr4vxEt9PvgarnELPi9BaEf68IUALYaTfzI=";
fetchSubmodules = true;
};