File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
pkgs/applications/virtualization/docker Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 394394in
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" ;
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 } ;
You can’t perform that action at this time.
0 commit comments