Skip to content

Commit

Permalink
mysql55: 5.7.16 -> 5.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Jan 4, 2017
1 parent b578bbb commit 8ec3b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/mysql/5.7.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
name = "mysql-${version}";
version = "5.7.16";
version = "5.7.17";

src = fetchurl {
url = "mirror://mysql/MySQL-5.7/${name}.tar.gz";
sha256 = "198qhd9bdm0fnpp307mgby2aar92yzya0937kxi7bcpdfjcvada9";
sha256 = "0lcn9cm36n14g22bcppq5vf4nxbrl3khvlsp9hsixqdfb3l27gyf";
};

preConfigure = stdenv.lib.optional stdenv.isDarwin ''
Expand Down

0 comments on commit 8ec3b1f

Please sign in to comment.