tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Upgrade kata-runtime to 3.16.0
Denis Loginov
9 months ago
d8b0ce1e
cbc3b4de
+4
-4
2 changed files
expand all
collapse all
unified
split
pkgs
by-name
ka
kata-runtime
kata-images.nix
package.nix
+2
-2
pkgs/by-name/ka/kata-runtime/kata-images.nix
···
16
17
imageHash =
18
{
19
-
"x86_64-linux" = "sha256-6ySKAqrbHDRgVlI7wm2p4Uw96ZMzUpP00liujxlruSM=";
20
-
"aarch64-linux" = "sha256-pEPkDXT4OunfN2sGb8Ru05tFHaBsYUcmG5Iy7yH4kX8=";
21
}
22
."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
23
···
16
17
imageHash =
18
{
19
+
"x86_64-linux" = "sha256-7xDc5Rr3rP36zS3kpM2QEqOCtmka3EAnts4Z1h8MNWY=";
20
+
"aarch64-linux" = "sha256-8nLHTPetEfIrdtrpiT9Czcpf0NhL97TZ2DXyeBL04LA=";
21
}
22
."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
23
+2
-2
pkgs/by-name/ka/kata-runtime/package.nix
···
11
}:
12
13
let
14
-
version = "3.7.0";
15
16
kata-images = callPackage ./kata-images.nix { inherit version; };
17
···
34
owner = "kata-containers";
35
repo = "kata-containers";
36
rev = version;
37
-
hash = "sha256-Ir+/ZZJHm6E+044wczU3UvL+Py9Wprgw2QKJaYyDrKU=";
38
};
39
40
sourceRoot = "${src.name}/src/runtime";
···
11
}:
12
13
let
14
+
version = "3.16.0";
15
16
kata-images = callPackage ./kata-images.nix { inherit version; };
17
···
34
owner = "kata-containers";
35
repo = "kata-containers";
36
rev = version;
37
+
hash = "sha256-+SppAF77NbXlSrBGvIm40AmNC12GrexbX7fAPBoDAcs=";
38
};
39
40
sourceRoot = "${src.name}/src/runtime";