Merge pull request #40085 from r-ryantm/auto-update/mydumper

mydumper: 0.9.3 -> 0.9.5
This commit is contained in:
Jörg Thalheim 2018-05-07 14:45:16 +01:00 committed by GitHub
commit 70e1c0d8c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
, glib, zlib, pcre, mysql, libressl }:
stdenv.mkDerivation rec {
version = "0.9.3";
version = "0.9.5";
name = "mydumper-${version}";
src = fetchFromGitHub {
owner = "maxbube";
repo = "mydumper";
rev = "v${version}";
sha256 = "139v6707sxyslg7n1fii8b1ybdq50hbqhc8zf6p1cr3h2hhl6ns9";
sha256 = "0vbz0ri5hm6yzkrcgnaj8px6bf59myr5dbhyy7fd4cv44hr685k6";
};
nativeBuildInputs = [ cmake pkgconfig ];
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = ''High-perfomance MySQL backup tool'';
homepage = https://github.com/maxbube/mydumper;
license = licenses.gpl3;
platforms = platforms.all;
platforms = platforms.linux;
maintainers = with maintainers; [ izorkin ];
};
}