File tree 2 files changed +5
-5
lines changed
modules/environment/login
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 87
87
prootStatic =
88
88
let
89
89
crossCompiledPaths = {
90
- aarch64-linux = "/nix/store/phj07a1pg3vwqdhq4cxd1dac4zc28mnc -proot-termux-static-aarch64-unknown-linux-android-unstable-2023-11-11 " ;
91
- x86_64-linux = "/nix/store/kg1bfwprdlf28fqd7ml86fywshkvcbhl -proot-termux-static-x86_64-unknown-linux-android-unstable-2023-11-11 " ;
90
+ aarch64-linux = "/nix/store/7qd99m1w65x2vgqg453nd70y60sm3kay -proot-termux-static-aarch64-unknown-linux-android-unstable-2024-05-04 " ;
91
+ x86_64-linux = "/nix/store/pakj3svvw84rhkzdc6211yhc2cgvc21f -proot-termux-static-x86_64-unknown-linux-android-unstable-2024-05-04 " ;
92
92
} ;
93
93
in
94
94
"${ crossCompiledPaths . ${ targetSystem } } " ;
Original file line number Diff line number Diff line change 9
9
10
10
stdenv . mkDerivation {
11
11
pname = "proot-termux" ;
12
- version = "unstable-2023-11-11 " ;
12
+ version = "unstable-2024-05-04 " ;
13
13
14
14
src = fetchFromGitHub {
15
15
repo = "proot" ;
16
16
owner = "termux" ;
17
- rev = "4af79603dae7a12d8767b61937d9e7e41e517701 " ;
18
- sha256 = "sha256-7N2szHcjMB76GfzsQbn3eAkpLomd9FKSB2qU9d7L4Uw =" ;
17
+ rev = "60485d2646c1e09105099772da4a20deda8d020d " ;
18
+ sha256 = "sha256-zHFPiL3ywZa8yzZa600BpoE+zuRipw2GNJrt3/Dy+/E =" ;
19
19
} ;
20
20
21
21
# ashmem.h is rather small, our needs are even smaller, so just define these:
You can’t perform that action at this time.
0 commit comments