Merge pull request #65994 from r-ryantm/auto-update/minizinc-ide

minizincide: 2.3.0 -> 2.3.1
This commit is contained in:
Marek Mahut 2019-08-07 17:03:38 +02:00 committed by GitHub
commit 795e31f11e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, qtbase, qtwebengine, qtwebkit, qmake, makeWrapper, minizinc }:
let
version = "2.3.0";
version = "2.3.1";
in
stdenv.mkDerivation {
name = "minizinc-ide-${version}";
@ -12,7 +12,7 @@ stdenv.mkDerivation {
owner = "MiniZinc";
repo = "MiniZincIDE";
rev = version;
sha256 = "0458k7m97qxxylcl60qvp026kicfc4ilxwlb1p3jvjhi9384r00a";
sha256 = "0w9p5j2i7q4khmxyk2lr7a3qb2kd6ff1hfssxhgpm7zgzixm2300";
};
sourceRoot = "source/MiniZincIDE";