Skip to content

Commit

Permalink
udocker: 1.3.16 -> 1.3.17 (#338206)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Aug 30, 2024
2 parents 923d355 + d26984e commit 5d6ccc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/virtualization/udocker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d6ccc9

Please sign in to comment.