Unverified Commit 054a8dec authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

nvidia-container-toolkit: 1.18.0 -> 1.18.1 (#467116)

parents dff01c72 ab50d15e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@ let
in
buildGoModule (finalAttrs: {
  pname = "nvidia-container-toolkit";
  version = "1.18.0";
  version = "1.18.1";

  src = fetchFromGitHub {
    owner = "NVIDIA";
    repo = "nvidia-container-toolkit";
    tag = "v${finalAttrs.version}";
    hash = "sha256-VQcuN+LU7iljpSWrmLBHX67esEQN1HYNPj5cLxUB7dI=";
    hash = "sha256-qrEMfynNXiUrG/QXpgrzu2BAMd5XVh5s3LpirjzX4Z8=";

  };