Unverified Commit d07dbac2 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

containerd: 2.2.1 -> 2.2.3 (#500559)

parents fce7bf38 6be5caee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildGoModule rec {
  pname = "containerd";
  version = "2.2.1";
  version = "2.2.3";

  outputs = [
    "out"
@@ -28,7 +28,7 @@ buildGoModule rec {
    owner = "containerd";
    repo = "containerd";
    tag = "v${version}";
    hash = "sha256-fDOfN0XESrBTDW7Nxj9niqU93BQ5/JaGLwAR3u6Xaik=";
    hash = "sha256-jaOLZf246kmvBHHrwgvqrhxuh+n1HE6NDqckZK4tvnM=";
  };

  postPatch = ''