Merge pull request #295073 from r-ryantm/auto-update/containerd

containerd: 1.7.13 -> 1.7.14

authored by Pol Dellaiera and committed by GitHub 037dc6aa 89d6127d

+2 -2
+2 -2
pkgs/applications/virtualization/containerd/default.nix
··· 11 11 12 12 buildGoModule rec { 13 13 pname = "containerd"; 14 - version = "1.7.13"; 14 + version = "1.7.14"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "containerd"; 18 18 repo = "containerd"; 19 19 rev = "v${version}"; 20 - hash = "sha256-y3CYDZbA2QjIn1vyq/p1F1pAVxQHi/0a6hGWZCRWzyk="; 20 + hash = "sha256-okTz2UCF5LxOdtLDBy1pN2to6WHi+I0jtR67sn7Qrbk="; 21 21 }; 22 22 23 23 vendorHash = null;