anbox: 2020-11-29 -> 2021-10-20, fix build

This commit is contained in:
Jonathan Ringer 2022-02-08 22:19:10 -08:00
parent d818fd7e71
commit 09837994ba
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -49,13 +49,13 @@ in
stdenv.mkDerivation rec {
pname = "anbox";
version = "unstable-2020-11-29";
version = "unstable-2021-10-20";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "6c10125a7f13908d2cbe56d2d9ab09872755f265";
sha256 = "00bqssh4zcs0jj6w07b91719xkrpdw75vpcplwrvlhwsvl55f901";
rev = "84f0268012cbe322ad858d76613f4182074510ac";
sha256 = "sha256-QXWhatewiUDQ93cH1UZsYgbjUxpgB1ajtGFYZnKmabc=";
fetchSubmodules = true;
};