mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
minijail: 2025.07.02 -> 2026.05.18 (#530786)
This commit is contained in:
commit
c3d009e4ef
1 changed files with 2 additions and 2 deletions
|
|
@ -8,12 +8,12 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "minijail";
|
||||
version = "2025.07.02";
|
||||
version = "2026.05.18";
|
||||
|
||||
src = fetchFromGitiles {
|
||||
url = "https://chromium.googlesource.com/chromiumos/platform/minijail";
|
||||
tag = "linux-v${finalAttrs.version}";
|
||||
hash = "sha256-GRnr2O6ZpWtRDGJ6Am0XPT426Xh7wxTJsoEqyTUECYY=";
|
||||
hash = "sha256-15TQnTFIx2DSdAQZPCVhBPs8a+V6YV3IrA1LqfMWcRQ=";
|
||||
};
|
||||
|
||||
buildInputs = [ libcap ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue