nvidia-container-toolkit: 1.3.0 -> 1.5.0

This commit is contained in:
Bernardo Meurer 2021-09-06 21:27:31 -07:00
parent 0f7d54ab97
commit a583c3ddad
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "nvidia-container-toolkit";
version = "1.3.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "NVIDIA";
repo = pname;
rev = "v${version}";
sha256 = "04284bhgx4j55vg9ifvbji2bvmfjfy3h1lq7q356ffgw3yr9n0hn";
sha256 = "sha256-YvwqnwYOrlSE6PmNNZ5xjEaEcXdHKcakIwua+tOvIJ0=";
};
vendorSha256 = "17zpiyvf22skfcisflsp6pn56y6a793jcx89kw976fq2x5br1bz7";