pkgs: update proot and talloc

This commit is contained in:
Alexander Sosedkin 2024-02-21 22:49:06 +01:00
parent 6daee58791
commit 53f8966627
3 changed files with 6 additions and 6 deletions

View file

@ -13,11 +13,11 @@ in
pkgsCross.stdenv.mkDerivation rec {
pname = "talloc";
version = "2.4.0";
version = "2.4.2";
src = fetchurl {
url = "mirror://samba/talloc/${pname}-${version}.tar.gz";
sha256 = "sha256-bfNoYsQkZu+I82BERROHDvRpNPkBbIQ4PMQAin0MRro=";
sha256 = "sha256-hez55GXiD5j5lQpS6aQR4UMgvFVfolfYdpe356mx2KY=";
};
nativeBuildInputs = [ pkg-config python3 wafHook ];

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation {
pname = "proot-termux";
version = "unstable-2023-05-13";
version = "unstable-2023-11-11";
src = fetchFromGitHub {
repo = "proot";
owner = "termux";
rev = "2d7c70eec7e2688e465c7bfba60c927fad0abfb1";
sha256 = "sha256-FgK5Rvl95yfH+aqTsJZ8HzSsCYIE3iLiQMFIlw0Z6oc=";
rev = "4af79603dae7a12d8767b61937d9e7e41e517701";
sha256 = "sha256-7N2szHcjMB76GfzsQbn3eAkpLomd9FKSB2qU9d7L4Uw=";
};
# ashmem.h is rather small, our needs are even smaller, so just define these: