Merge pull request #158749 from jonringer/fix-anbox
anbox: 2020-11-29 -> 2021-10-20, fix build
This commit is contained in:
@@ -49,13 +49,13 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "anbox";
|
pname = "anbox";
|
||||||
version = "unstable-2020-11-29";
|
version = "unstable-2021-10-20";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "6c10125a7f13908d2cbe56d2d9ab09872755f265";
|
rev = "84f0268012cbe322ad858d76613f4182074510ac";
|
||||||
sha256 = "00bqssh4zcs0jj6w07b91719xkrpdw75vpcplwrvlhwsvl55f901";
|
sha256 = "sha256-QXWhatewiUDQ93cH1UZsYgbjUxpgB1ajtGFYZnKmabc=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user