Skip to content

Commit

Permalink
percona-server56: 5.6.35-80.0 -> 5.6.43-84.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thefloweringash committed Jan 31, 2019
1 parent f94e025 commit 0536257
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/servers/sql/percona/5.6.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "percona-server-${version}";
version = "5.6.35-80.0";
version = "5.6.43-84.3";

src = fetchurl {
url = "https://www.percona.com/downloads/Percona-Server-5.6/Percona-Server-${version}/source/tarball/percona-server-${version}.tar.gz";
sha256 = "0szjywx902da09pg8yqj8l2acplmh69hn5smrk45i291qsi5m6r5";
sha256 = "1cc0lfmpq4pw90bcsszsygw06vd4j4bh3ph5x0yn3z7wddvmjlpw";
};

buildInputs = [ cmake bison ncurses openssl zlib libaio perl ];
Expand Down Expand Up @@ -46,7 +46,6 @@ stdenv.mkDerivation rec {
postInstall = ''
sed -i -e "s|basedir=\"\"|basedir=\"$out\"|" $out/bin/mysql_install_db
rm -r $out/mysql-test $out/sql-bench $out/data "$out"/lib/*.a
rm $out/share/man/man1/mysql-test-run.pl.1
'';

passthru.mysqlVersion = "5.6";
Expand All @@ -57,6 +56,5 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
license = licenses.gpl2;
maintainers = with maintainers; [ grahamc ];
broken = true; # 2018-04-11
};
}

0 comments on commit 0536257

Please sign in to comment.