mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
minijail: 18 -> 2024.05.22
Fixes the build of minijail-tools. Canonical repo seems to have changed.
This commit is contained in:
parent
93a8d09bf7
commit
a3e2042d5e
1 changed files with 5 additions and 5 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "minijail";
|
pname = "minijail";
|
||||||
version = "18";
|
version = "2024.05.22";
|
||||||
|
|
||||||
src = fetchFromGitiles {
|
src = fetchFromGitiles {
|
||||||
url = "https://android.googlesource.com/platform/external/minijail";
|
url = "https://chromium.googlesource.com/chromiumos/platform/minijail";
|
||||||
rev = "linux-v${version}";
|
rev = "linux-v${version}";
|
||||||
sha256 = "sha256-OpwzISZ5iZNQvJAX7UJJ4gELEaVfcQgY9cqMM0YvBzc=";
|
sha256 = "sha256-1NNjNEC0pNb0WW0PG5smltT1/dGYNRfhNxJtW0hngI8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libcap ];
|
buildInputs = [ libcap ];
|
||||||
|
@ -37,9 +37,9 @@ stdenv.mkDerivation rec {
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://android.googlesource.com/platform/external/minijail/";
|
homepage = "https://chromium.googlesource.com/chromiumos/platform/minijail/+/refs/heads/main/README.md";
|
||||||
description = "Sandboxing library and application using Linux namespaces and capabilities";
|
description = "Sandboxing library and application using Linux namespaces and capabilities";
|
||||||
changelog = "https://android.googlesource.com/platform/external/minijail/+/refs/tags/linux-v${version}";
|
changelog = "https://chromium.googlesource.com/chromiumos/platform/minijail/+/refs/tags/linux-v${version}";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ pcarrier qyliss ];
|
maintainers = with maintainers; [ pcarrier qyliss ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue