mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
udocker: 1.3.16 -> 1.3.17
Diff: https://github.com/indigo-dc/udocker/compare/refs/tags/1.3.16...1.3.17 Changelog: https://github.com/indigo-dc/udocker/releases/tag/1.3.17
This commit is contained in:
parent
cbf0cc0b4e
commit
d26984e79e
@ -8,13 +8,13 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "udocker";
|
||||
version = "1.3.16";
|
||||
version = "1.3.17";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "indigo-dc";
|
||||
repo = "udocker";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-PUbNFvKaF41egGMypdkmVFCt1bWmTCWR5iQNOt/L4+Y=";
|
||||
hash = "sha256-P49fkLvdCm/Eco+nD3SGM04PRQatBzq9CHlayueQetk=";
|
||||
};
|
||||
|
||||
# crun patchelf proot runc fakechroot
|
||||
|
Loading…
Reference in New Issue
Block a user