containerd: 1.7.12 -> 1.7.13

This commit is contained in:
R. Ryantm 2024-02-01 04:59:11 +00:00
parent 0b8f8e0cd9
commit d714be41ca

View file

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "containerd";
version = "1.7.12";
version = "1.7.13";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
hash = "sha256-o3ZqSE7ahUAihY/tqXdNgKzs64h0DBxrZaxjSF9smcs=";
hash = "sha256-y3CYDZbA2QjIn1vyq/p1F1pAVxQHi/0a6hGWZCRWzyk=";
};
vendorHash = null;