Skip to content

Commit 35076ea

Browse files
committed
pkgs/proot-termux: update
1 parent 4d20bfc commit 35076ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: modules/environment/login/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ in
8787
prootStatic =
8888
let
8989
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";
9292
};
9393
in
9494
"${crossCompiledPaths.${targetSystem}}";

Diff for: pkgs/proot-termux/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation {
1111
pname = "proot-termux";
12-
version = "unstable-2023-11-11";
12+
version = "unstable-2024-05-04";
1313

1414
src = fetchFromGitHub {
1515
repo = "proot";
1616
owner = "termux";
17-
rev = "4af79603dae7a12d8767b61937d9e7e41e517701";
18-
sha256 = "sha256-7N2szHcjMB76GfzsQbn3eAkpLomd9FKSB2qU9d7L4Uw=";
17+
rev = "60485d2646c1e09105099772da4a20deda8d020d";
18+
sha256 = "sha256-zHFPiL3ywZa8yzZa600BpoE+zuRipw2GNJrt3/Dy+/E=";
1919
};
2020

2121
# ashmem.h is rather small, our needs are even smaller, so just define these:

0 commit comments

Comments
 (0)