about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-01-22 12:35:05 -0500
committerGitHub <noreply@github.com>2019-01-22 12:35:05 -0500
commitc75acbfddaf0d82a9926f41d89422c0c02d5d0c8 (patch)
tree6403bdae6cb1a22482f70c642d43ca9b6c3f0292 /pkgs/tools
parent51d88f7d20ea6f992934927539bd3caea28bcec6 (diff)
parent93a62e93947c813e4bfc1ebc373e515e0a6c05fd (diff)
downloadnixlib-c75acbfddaf0d82a9926f41d89422c0c02d5d0c8.tar
nixlib-c75acbfddaf0d82a9926f41d89422c0c02d5d0c8.tar.gz
nixlib-c75acbfddaf0d82a9926f41d89422c0c02d5d0c8.tar.bz2
nixlib-c75acbfddaf0d82a9926f41d89422c0c02d5d0c8.tar.lz
nixlib-c75acbfddaf0d82a9926f41d89422c0c02d5d0c8.tar.xz
nixlib-c75acbfddaf0d82a9926f41d89422c0c02d5d0c8.tar.zst
nixlib-c75acbfddaf0d82a9926f41d89422c0c02d5d0c8.zip
Merge pull request #54468 from expipiplus1/proot
proot: 20171015 -> 20181214
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/system/proot/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/tools/system/proot/default.nix b/pkgs/tools/system/proot/default.nix
index 63e135075b9c..1d72429323d8 100644
--- a/pkgs/tools/system/proot/default.nix
+++ b/pkgs/tools/system/proot/default.nix
@@ -8,7 +8,7 @@
   src = fetchFromGitHub {
     inherit rev sha256;
     repo = "proot";
-    owner = "cedric-vincent";
+    owner = "proot-me";
   };
 
   buildInputs = [ talloc ];
@@ -35,7 +35,7 @@
     description = "User-space implementation of chroot, mount --bind and binfmt_misc";
     platforms = platforms.linux;
     license = licenses.gpl2;
-    maintainers = with maintainers; [ ianwookim makefu ];
+    maintainers = with maintainers; [ ianwookim makefu veprbl ];
   };
 })
 (if stdenv.isAarch64 then rec {
@@ -49,8 +49,8 @@
     })
   ];
 } else {
-  version = "5.1.0.20171015";
-  sha256 = "0jam87msh5jx8vpb19n6xwxw1xlig5amdcqif7gn2rc8nhswpxif";
-  rev = "0bf2ee17daafeeadfed079cec97fe1ac781e696a";
+  version = "5.1.0.20181214";
+  sha256 = "07g1gfyjq7rypjdwxw495sk8k1y2i3y3nsm1rh9kgx3z47z28aah";
+  rev = "11972c0dab34e088c55c16a94d26c399ca7a26d8";
   patches = [];
 })