Unverified Commit f094f382 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

runc: 1.1.14 -> 1.1.15 (#347385)

parents 1716b403 81417b3f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

buildGoModule rec {
  pname = "runc";
  version = "1.1.14";
  version = "1.1.15";

  src = fetchFromGitHub {
    owner = "opencontainers";
    repo = "runc";
    rev = "v${version}";
    hash = "sha256-7PYbSZqCQLTaeFppuNz5mxDlwEyLkA5zpdMhWy1tWmc=";
    hash = "sha256-y8TcMyNRkVfmNkumhohBoyiU6GM8/yLXT/CTFPmXlU4=";
  };

  vendorHash = null;