Skip to content

Commit 26c17fd

Browse files
authored
docker_29: 29.1.5 -> 29.2.0 (#485195)
2 parents 3b8ac2a + 3ab545e commit 26c17fd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/applications/virtualization/docker/default.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ let
394394
in
395395
{
396396
# Get revisions from
397-
# https://github.com/moby/moby/tree/${version}/hack/dockerfile/install/*
397+
# https://github.com/moby/moby/tree/${mobyRev}/Dockerfile
398398
docker_25 =
399399
let
400400
version = "25.0.13";
@@ -435,18 +435,18 @@ in
435435

436436
docker_29 =
437437
let
438-
version = "29.1.5";
438+
version = "29.2.0";
439439
in
440440
callPackage dockerGen {
441441
inherit version;
442442
cliRev = "v${version}";
443-
cliHash = "sha256-fg18lmJsMoy7lpL4hGkIhM0LKnhEY5nl5f0YuW8yg0A=";
443+
cliHash = "sha256-GbXPe8DlhV4WnwJO8OVAdbXZ18IOUlXszenMGvPvSMQ=";
444444
mobyRev = "docker-v${version}";
445-
mobyHash = "sha256-iUoqJT0lIiVh5WaHzlw71QXxc3sEsSpQpADb0KveXNQ=";
445+
mobyHash = "sha256-Uilc5cxKuctSkjVxY3R5aezlmGHhLhHY4opVkTYRVIY=";
446446
runcRev = "v1.3.4";
447447
runcHash = "sha256-1IfY08sBoDpbLrwz1AKBRSTuCZyOgQzYPHTDUI6fOZ8=";
448-
containerdRev = "v2.2.0";
449-
containerdHash = "sha256-LXBGA03FTrrbxlH+DxPBFtp3/AYQf096YE2rpe6A+WM=";
448+
containerdRev = "v2.2.1";
449+
containerdHash = "sha256-fDOfN0XESrBTDW7Nxj9niqU93BQ5/JaGLwAR3u6Xaik=";
450450
tiniRev = "369448a167e8b3da4ca5bca0b3307500c3371828";
451451
tiniHash = "sha256-jCBNfoJAjmcTJBx08kHs+FmbaU82CbQcf0IVjd56Nuw=";
452452
};

0 commit comments

Comments
 (0)