Skip to content

Commit

Permalink
mysql: 5.5.52 -> 5.5.53
Browse files Browse the repository at this point in the history
(cherry picked from commit a3cd58d)
  • Loading branch information
NeQuissimus authored and grahamc committed Oct 20, 2016
1 parent 2cea8ed commit 97fb20e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/mysql/5.5.x.nix
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
name = "mysql-${version}";
version = "5.5.52";
version = "5.5.53";

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

patches = if stdenv.isCygwin then [
Expand Down

0 comments on commit 97fb20e

Please sign in to comment.