Unverified Commit 327740c8 authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

containerd: 2.0.4 -> 2.0.5 (#400137)

parents ae9166eb 97d49e8b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildGoModule rec {
  pname = "containerd";
  version = "2.0.4";
  version = "2.0.5";

  outputs = [
    "out"
@@ -27,7 +27,7 @@ buildGoModule rec {
    owner = "containerd";
    repo = "containerd";
    tag = "v${version}";
    hash = "sha256-KW2fKdsJ590UPGcu2O3IGyJ+/iY0c8GQLirL8zK3F14=";
    hash = "sha256-BY6lIzTlJbBbeIxCtSd7NcYVEWta3VNMmHmH97ksGsE=";
  };

  postPatch = "patchShebangs .";