Unverified Commit d8e678d5 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

kata-runtime: 3.7.0 -> 3.16.0 (#404480)

parents 6b52e860 d8b0ce1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@ let

  imageHash =
    {
      "x86_64-linux" = "sha256-6ySKAqrbHDRgVlI7wm2p4Uw96ZMzUpP00liujxlruSM=";
      "aarch64-linux" = "sha256-pEPkDXT4OunfN2sGb8Ru05tFHaBsYUcmG5Iy7yH4kX8=";
      "x86_64-linux" = "sha256-7xDc5Rr3rP36zS3kpM2QEqOCtmka3EAnts4Z1h8MNWY=";
      "aarch64-linux" = "sha256-8nLHTPetEfIrdtrpiT9Czcpf0NhL97TZ2DXyeBL04LA=";
    }
    ."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}");

+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
}:

let
  version = "3.7.0";
  version = "3.16.0";

  kata-images = callPackage ./kata-images.nix { inherit version; };

@@ -34,7 +34,7 @@ buildGoModule rec {
    owner = "kata-containers";
    repo = "kata-containers";
    rev = version;
    hash = "sha256-Ir+/ZZJHm6E+044wczU3UvL+Py9Wprgw2QKJaYyDrKU=";
    hash = "sha256-+SppAF77NbXlSrBGvIm40AmNC12GrexbX7fAPBoDAcs=";
  };

  sourceRoot = "${src.name}/src/runtime";