tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
youki: 0.1.0 -> 0.3.0
R. Ryantm
2 years ago
54dbf6b4
6c5458cf
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
virtualization
youki
default.nix
+3
-3
pkgs/applications/virtualization/youki/default.nix
···
10
11
rustPlatform.buildRustPackage rec {
12
pname = "youki";
13
-
version = "0.1.0";
14
15
src = fetchFromGitHub {
16
owner = "containers";
17
repo = pname;
18
rev = "v${version}";
19
-
sha256 = "sha256-Nz3paJiR5Jtv8gLBq6mBUyLDfIFJCpnc/RMsDLT09Vg=";
20
};
21
22
nativeBuildInputs = [ pkg-config installShellFiles ];
···
33
cargoBuildFlags = [ "-p" "youki" ];
34
cargoTestFlags = [ "-p" "youki" ];
35
36
-
cargoHash = "sha256-luzKyN09lauflAict9zqVdGPbDLFAfe5P8121a5YBsA=";
37
38
meta = with lib; {
39
description = "A container runtime written in Rust";
···
10
11
rustPlatform.buildRustPackage rec {
12
pname = "youki";
13
+
version = "0.3.0";
14
15
src = fetchFromGitHub {
16
owner = "containers";
17
repo = pname;
18
rev = "v${version}";
19
+
sha256 = "sha256-XoHGRCGLEG/a6gb+3ejYoeOuIml64U/p6CcxsFLoTWY=";
20
};
21
22
nativeBuildInputs = [ pkg-config installShellFiles ];
···
33
cargoBuildFlags = [ "-p" "youki" ];
34
cargoTestFlags = [ "-p" "youki" ];
35
36
+
cargoHash = "sha256-L5IhOPo8BDQAvaSs3IJzJHN0TbgmUcEyv60IDLN4kn0=";
37
38
meta = with lib; {
39
description = "A container runtime written in Rust";