about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorJoe Hermaszewski <git@monoid.al>2019-01-19 17:30:14 +0800
committerJoe Hermaszewski <git@monoid.al>2019-01-22 22:27:24 +0800
commit096ea6d24f067c98e460264bbb450f756896b26a (patch)
treeb1a9fe21d0c4b5a975121f090429d3903f9b8a76 /pkgs/tools/system
parent115cf2e2cf7f665332affa8767a2aaada60b07c4 (diff)
downloadnixlib-096ea6d24f067c98e460264bbb450f756896b26a.tar
nixlib-096ea6d24f067c98e460264bbb450f756896b26a.tar.gz
nixlib-096ea6d24f067c98e460264bbb450f756896b26a.tar.bz2
nixlib-096ea6d24f067c98e460264bbb450f756896b26a.tar.lz
nixlib-096ea6d24f067c98e460264bbb450f756896b26a.tar.xz
nixlib-096ea6d24f067c98e460264bbb450f756896b26a.tar.zst
nixlib-096ea6d24f067c98e460264bbb450f756896b26a.zip
proot: 20171015 -> 20181214
Proot now includes a fix for the seccomp bug on recent kernels
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/proot/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/proot/default.nix b/pkgs/tools/system/proot/default.nix
index 63e135075b9c..5cea514c606f 100644
--- a/pkgs/tools/system/proot/default.nix
+++ b/pkgs/tools/system/proot/default.nix
@@ -49,8 +49,8 @@
     })
   ];
 } else {
-  version = "5.1.0.20171015";
-  sha256 = "0jam87msh5jx8vpb19n6xwxw1xlig5amdcqif7gn2rc8nhswpxif";
-  rev = "0bf2ee17daafeeadfed079cec97fe1ac781e696a";
+  version = "5.1.0.20181214";
+  sha256 = "07g1gfyjq7rypjdwxw495sk8k1y2i3y3nsm1rh9kgx3z47z28aah";
+  rev = "11972c0dab34e088c55c16a94d26c399ca7a26d8";
   patches = [];
 })