Unverified Commit f069d542 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

containerd: 1.7.22 -> 1.7.23 (#349769)

parents 08ae5ca2 788722ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildGoModule rec {
  pname = "containerd";
  version = "1.7.22";
  version = "1.7.23";

  src = fetchFromGitHub {
    owner = "containerd";
    repo = "containerd";
    rev = "v${version}";
    hash = "sha256-8IHBKai4PvvTuHPDTgx9wFEBzz4MM7Mwo8Q/bzFRzfk=";
    hash = "sha256-vuOefU1cZr1pKCYHKyDBx/ohghgPlXhK3a38PQKH0pc=";
  };

  vendorHash = null;