Merge pull request #158749 from jonringer/fix-anbox
anbox: 2020-11-29 -> 2021-10-20, fix build
This commit is contained in:
commit
5968f92dd4
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user