lol

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

containerd: 1.7.15 -> 1.7.16

authored by

Maxine Aubrey and committed by
GitHub
c694b7a9 fb5333d5

+2 -2
+2 -2
pkgs/applications/virtualization/containerd/default.nix
··· 11 11 12 12 buildGoModule rec { 13 13 pname = "containerd"; 14 - version = "1.7.15"; 14 + version = "1.7.16"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "containerd"; 18 18 repo = "containerd"; 19 19 rev = "v${version}"; 20 - hash = "sha256-qLrPLGxsUmgEscrhyl+1rJ0k7c9ibKnpMpsJPD4xDZU="; 20 + hash = "sha256-OApJaH11iTvjW4gZaANSCVcxw/VHG7a/6OnYcUcHFME="; 21 21 }; 22 22 23 23 vendorHash = null;