Skip to content

Commit

Permalink
mysql55: 5.5.53 -> 5.5.54
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Jan 4, 2017
1 parent 795ce4f commit b578bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/mysql/5.5.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.5.53";
version = "5.5.54";

src = fetchurl {
url = "mirror://mysql/MySQL-5.5/${name}.tar.gz";
sha256 = "1snnyz8s7dd3ypm73vbpw36pflz7wqh2bawdvp4riri44pa6va57";
sha256 = "1f0sg72vbhavj1cbay0gyyrrw0mjcf2k0nf30zmn2h68ik7wnfr7";
};

patches = if stdenv.isCygwin then [
Expand Down

0 comments on commit b578bbb

Please sign in to comment.