Skip to content

Commit 63aa55f

Browse files
authored
containerd: 2.0.2 -> 2.0.3 (#387634)
2 parents 629e69b + 1d5c2ea commit 63aa55f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/co/containerd/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
buildGoModule rec {
1818
pname = "containerd";
19-
version = "2.0.2";
19+
version = "2.0.3";
2020

2121
outputs = [
2222
"out"
@@ -27,7 +27,7 @@ buildGoModule rec {
2727
owner = "containerd";
2828
repo = "containerd";
2929
tag = "v${version}";
30-
hash = "sha256-aCC6nH+bxjk6dUIzUva4ILH0FD6QkWiJmdrcMLA18Jw=";
30+
hash = "sha256-MPzC7X4r3zrDM6Ej8lICDIB29X+s6jQ1sHQmnk9Zc10=";
3131
};
3232

3333
postPatch = "patchShebangs .";

0 commit comments

Comments
 (0)