containerd: 1.7.8 -> 1.7.9

Diff: https://github.com/containerd/containerd/compare/v1.7.8...v1.7.9
Changelog: https://github.com/containerd/containerd/releases/tag/v1.7.9
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>

authored by

Muhammad Falak R Wani and committed by
tomf
3ef80b04 54fbb395

+2 -2
+2 -2
pkgs/applications/virtualization/containerd/default.nix
··· 11 12 buildGoModule rec { 13 pname = "containerd"; 14 - version = "1.7.8"; 15 16 src = fetchFromGitHub { 17 owner = "containerd"; 18 repo = "containerd"; 19 rev = "v${version}"; 20 - hash = "sha256-p16qHJD0i0ZNEFGEbfmbxiedX9/uHkZxhCeB3x/5iLM="; 21 }; 22 23 vendorHash = null;
··· 11 12 buildGoModule rec { 13 pname = "containerd"; 14 + version = "1.7.9"; 15 16 src = fetchFromGitHub { 17 owner = "containerd"; 18 repo = "containerd"; 19 rev = "v${version}"; 20 + hash = "sha256-/kCnzOL8CJuJJglHzmev3alt8cMwTUbIiZhNft9zwps="; 21 }; 22 23 vendorHash = null;