Merge pull request #54468 from expipiplus1/proot

proot: 20171015 -> 20181214
This commit is contained in:
Dmitry Kalinkin 2019-01-22 12:35:05 -05:00 committed by GitHub
commit c75acbfdda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev sha256; inherit rev sha256;
repo = "proot"; repo = "proot";
owner = "cedric-vincent"; owner = "proot-me";
}; };
buildInputs = [ talloc ]; buildInputs = [ talloc ];
@ -35,7 +35,7 @@
description = "User-space implementation of chroot, mount --bind and binfmt_misc"; description = "User-space implementation of chroot, mount --bind and binfmt_misc";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ ianwookim makefu ]; maintainers = with maintainers; [ ianwookim makefu veprbl ];
}; };
}) })
(if stdenv.isAarch64 then rec { (if stdenv.isAarch64 then rec {
@ -49,8 +49,8 @@
}) })
]; ];
} else { } else {
version = "5.1.0.20171015"; version = "5.1.0.20181214";
sha256 = "0jam87msh5jx8vpb19n6xwxw1xlig5amdcqif7gn2rc8nhswpxif"; sha256 = "07g1gfyjq7rypjdwxw495sk8k1y2i3y3nsm1rh9kgx3z47z28aah";
rev = "0bf2ee17daafeeadfed079cec97fe1ac781e696a"; rev = "11972c0dab34e088c55c16a94d26c399ca7a26d8";
patches = []; patches = [];
}) })