mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
udocker: 1.3.16 -> 1.3.17 (#338206)
This commit is contained in:
commit
5d6ccc905e
@ -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