Skip to content

Commit

Permalink
Merge pull request #62699 from dtzWill/update/udocker-1.1.3
Browse files Browse the repository at this point in the history
udocker: 1.1.1 -> 1.1.3
  • Loading branch information
dtzWill committed Jun 7, 2019
2 parents 543ed52 + 0a51ade commit 159b0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/virtualization/udocker/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 159b0cc

Please sign in to comment.