Unverified Commit f2ad4cf0 authored by dish's avatar dish Committed by GitHub
Browse files

runc: 1.3.2 -> 1.3.3 (#458818)

parents 6d9255e6 8336641e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

buildGoModule (finalAttrs: {
  pname = "runc";
  version = "1.3.2";
  version = "1.3.3";

  src = fetchFromGitHub {
    owner = "opencontainers";
    repo = "runc";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Yva0zrcnuHCuIYVi07sxTxNc4fOXVo93jO1hbHjdYNo=";
    hash = "sha256-Ci/2otySB7FaFoutmzWeVaTU+tO/lnluQfneFSQM1RE=";
  };

  vendorHash = null;