mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #62699 from dtzWill/update/udocker-1.1.3
udocker: 1.1.1 -> 1.1.3
This commit is contained in:
commit
159b0ccbd8
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue