From af0e60a1ff1ed41326026023621eb6ca74422529 Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Sun, 7 Jul 2024 20:14:40 +0200 Subject: [PATCH] pkgs/proot-termux: update --- modules/environment/login/default.nix | 4 ++-- pkgs/proot-termux/default.nix | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/environment/login/default.nix b/modules/environment/login/default.nix index 58ae6777..b4f7a936 100644 --- a/modules/environment/login/default.nix +++ b/modules/environment/login/default.nix @@ -87,8 +87,8 @@ in prootStatic = let crossCompiledPaths = { - aarch64-linux = "/nix/store/phj07a1pg3vwqdhq4cxd1dac4zc28mnc-proot-termux-static-aarch64-unknown-linux-android-unstable-2023-11-11"; - x86_64-linux = "/nix/store/kg1bfwprdlf28fqd7ml86fywshkvcbhl-proot-termux-static-x86_64-unknown-linux-android-unstable-2023-11-11"; + aarch64-linux = "/nix/store/7qd99m1w65x2vgqg453nd70y60sm3kay-proot-termux-static-aarch64-unknown-linux-android-unstable-2024-05-04"; + x86_64-linux = "/nix/store/pakj3svvw84rhkzdc6211yhc2cgvc21f-proot-termux-static-x86_64-unknown-linux-android-unstable-2024-05-04"; }; in "${crossCompiledPaths.${targetSystem}}"; diff --git a/pkgs/proot-termux/default.nix b/pkgs/proot-termux/default.nix index d3bc0a03..5da9492a 100644 --- a/pkgs/proot-termux/default.nix +++ b/pkgs/proot-termux/default.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation { pname = "proot-termux"; - version = "unstable-2023-11-11"; + version = "unstable-2024-05-04"; src = fetchFromGitHub { repo = "proot"; owner = "termux"; - rev = "4af79603dae7a12d8767b61937d9e7e41e517701"; - sha256 = "sha256-7N2szHcjMB76GfzsQbn3eAkpLomd9FKSB2qU9d7L4Uw="; + rev = "60485d2646c1e09105099772da4a20deda8d020d"; + sha256 = "sha256-zHFPiL3ywZa8yzZa600BpoE+zuRipw2GNJrt3/Dy+/E="; }; # ashmem.h is rather small, our needs are even smaller, so just define these: