Commit 8336641e authored by R. RyanTM's avatar R. RyanTM
Browse files

runc: 1.3.2 -> 1.3.3

parent cef1398c
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;