containerd: 2.0.0 -> 2.0.1

This commit is contained in:
seth
2024-12-16 04:28:06 -05:00
parent a4262db828
commit ba334d758a
+2 -2
View File
@@ -16,7 +16,7 @@
buildGoModule rec {
pname = "containerd";
version = "2.0.0";
version = "2.0.1";
outputs = [
"out"
@@ -27,7 +27,7 @@ buildGoModule rec {
owner = "containerd";
repo = "containerd";
rev = "refs/tags/v${version}";
hash = "sha256-DFAP+zjBYP2SpyD8KXGvI3i/PUZ6d4jdzGyFfr1lzj4=";
hash = "sha256-gD0XRZThU/T8qxLyyboyE6GsX911ylt7hH59S+rB7vQ=";
};
postPatch = "patchShebangs .";