Merge pull request #36704 from ryantm/auto-update/tini

tini: 0.16.1 -> 0.17.0
This commit is contained in:
Joachim F 2018-03-14 21:15:59 +00:00 committed by GitHub
commit 1af9958f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, cmake, glibc }:
stdenv.mkDerivation rec {
version = "0.16.1";
version = "0.17.0";
name = "tini-${version}";
src = fetchFromGitHub {
owner = "krallin";
repo = "tini";
rev = "v${version}";
sha256 ="1abvjwjk7xhsbx60niy4ykcj3xvrxcl6zx8z1v827jsn47wzpikp";
sha256 ="0y16xk89811a6g2srg63jv5b2221dirzrhha7mj056a6jq5ql2f0";
};
patchPhase = "sed -i /tini-static/d CMakeLists.txt";