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

containerd: 2.1.3 -> 2.1.4 (#430100)

parents ea5ea8cf e91a1270
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildGoModule rec {
  pname = "containerd";
  version = "2.1.3";
  version = "2.1.4";

  outputs = [
    "out"
@@ -28,7 +28,7 @@ buildGoModule rec {
    owner = "containerd";
    repo = "containerd";
    tag = "v${version}";
    hash = "sha256-MqHcwomsVYbjziO0vIpGAcREChe5mbJVGsvM96bszLA=";
    hash = "sha256-eC9mfB/FWDxOGucNizHBiRkhkEFDdSxu9vRnXZp5Tug=";
  };

  postPatch = "patchShebangs .";