Commit 81417b3f authored by R. RyanTM's avatar R. RyanTM
Browse files

runc: 1.1.14 -> 1.1.15

parent 8af94f7c
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;