mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
anbox: 2021-10-20 -> 2023-02-03
This commit is contained in:
parent
3f9e803102
commit
0a9b1bebe6
@ -49,12 +49,12 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "anbox";
|
pname = "anbox";
|
||||||
version = "unstable-2021-10-20";
|
version = "unstable-2023-02-03";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "84f0268012cbe322ad858d76613f4182074510ac";
|
rev = "ddf4c57ebbe3a2e46099087570898ab5c1e1f279";
|
||||||
sha256 = "sha256-QXWhatewiUDQ93cH1UZsYgbjUxpgB1ajtGFYZnKmabc=";
|
sha256 = "sha256-QXWhatewiUDQ93cH1UZsYgbjUxpgB1ajtGFYZnKmabc=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user