minijail: 2024.05.22 -> 2025.07.02

This fixes an issue running minijail on older kernels when built with
new headers, which caused segfaults in crosvm on startup.
This commit is contained in:
Alyssa Ross 2025-07-10 12:38:40 +02:00
parent 9ad480f274
commit 7ab3c14f72
No known key found for this signature in database
GPG Key ID: 5B459184230FF0A2

View File

@ -8,12 +8,12 @@
stdenv.mkDerivation rec {
pname = "minijail";
version = "2024.05.22";
version = "2025.07.02";
src = fetchFromGitiles {
url = "https://chromium.googlesource.com/chromiumos/platform/minijail";
rev = "linux-v${version}";
sha256 = "sha256-1NNjNEC0pNb0WW0PG5smltT1/dGYNRfhNxJtW0hngI8=";
sha256 = "sha256-GRnr2O6ZpWtRDGJ6Am0XPT426Xh7wxTJsoEqyTUECYY=";
};
buildInputs = [ libcap ];