anbox: unstable-2019-03-07 -> unstable-2019-05-03

This fixes a build issue with protobuf that was seemingly resolved
upstream.
This commit is contained in:
Lars Jellema 2019-05-14 01:58:10 +02:00
parent bc94dcf500
commit 80a10b1a5f
No known key found for this signature in database
GPG Key ID: 563A03936D48B4BC

View File

@ -45,13 +45,13 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "anbox"; pname = "anbox";
version = "unstable-2019-03-07"; version = "unstable-2019-05-03";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "d521e282965462e82465045ab95d4ae1c4619685"; rev = "ea2b7a3dea34a6803134f4adc16c276f4c2479eb";
sha256 = "1wfx4bsyxvrjl16dq5pqgial8rnnsnxzbak2ap0waddz847czxwz"; sha256 = "00x772nbrbx7ma0scr24m65g50pmi4v6d6q3cwbbi55r8qiy2yz7";
}; };
nativeBuildInputs = [ nativeBuildInputs = [