Skip to content

Commit

Permalink
pkgs: update proot and talloc
Browse files Browse the repository at this point in the history
  • Loading branch information
t184256 committed Feb 21, 2024
1 parent d60b9ff commit 5ce5dbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/cross-compiling/talloc-static.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down
6 changes: 3 additions & 3 deletions pkgs/proot-termux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5ce5dbc

Please sign in to comment.