We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64b41e commit fa7a709Copy full SHA for fa7a709
pkgs/development/tools/minizinc/default.nix
@@ -15,13 +15,13 @@
15
16
stdenv.mkDerivation (finalAttrs: {
17
pname = "minizinc";
18
- version = "2.8.7";
+ version = "2.9.0";
19
20
src = fetchFromGitHub {
21
owner = "MiniZinc";
22
repo = "libminizinc";
23
rev = finalAttrs.version;
24
- sha256 = "sha256-2JCTOgnzGeh106YBkLPM46MgnB4XHZmdMXNn1P0OBqA=";
+ sha256 = "sha256-uRSAlt72+kiqJeNcJ3aI5I3Jd4EJMfAq4IlO5+TntZk=";
25
};
26
27
nativeBuildInputs = [
0 commit comments