Commit b242d68c authored by R. RyanTM's avatar R. RyanTM
Browse files

runc: 1.3.3 -> 1.4.0

parent e621b82a
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.3";
  version = "1.4.0";

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

  vendorHash = null;