nvidia-container-toolkit: 1.18.1 -> 1.18.2

This commit is contained in:
Rafael Fernández López
2026-01-26 22:42:13 +01:00
parent f4c789f917
commit 5de4352872
@@ -13,13 +13,13 @@ let
in
buildGoModule (finalAttrs: {
pname = "nvidia-container-toolkit";
version = "1.18.1";
version = "1.18.2";
src = fetchFromGitHub {
owner = "NVIDIA";
repo = "nvidia-container-toolkit";
tag = "v${finalAttrs.version}";
hash = "sha256-qrEMfynNXiUrG/QXpgrzu2BAMd5XVh5s3LpirjzX4Z8=";
hash = "sha256-OMM7IQ65jPr9I5YUwVR3SXbuARnLjS2GSVq2j4J8uFY=";
};