3
0
Fork 0
forked from mirrors/nixpkgs

udocker: 1.1.1 -> 1.1.3

https://github.com/indigo-dc/udocker/releases/tag/v1.1.3
This commit is contained in:
Will Dietz 2019-06-01 02:32:19 -05:00
parent 28556f054f
commit 0a51adea73
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -2,14 +2,14 @@
buildPythonApplication rec {
version = "1.1.1";
version = "1.1.3";
pname = "udocker";
src = fetchFromGitHub rec {
owner = "indigo-dc";
repo = "udocker" ;
rev = "v${version}";
sha256 = "134xk7rfj0xki9znryk5qf1nsfa318ahrrsi1k6ia7kipp7i3hb4";
sha256 = "1c8y1p3brj987drikwrby8m1hdr40ja4anx0p4xsij3ll2h62w6z";
};
buildInputs = [ proot patchelf fakechroot runc simplejson pycurl coreutils ];