Skip to content

Commit

Permalink
docker_25: fix cli hash for 25.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
teutat3s committed Aug 7, 2024
1 parent cb9a96f commit 5797eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/docker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ rec {

docker_25 = callPackage dockerGen rec {
version = "25.0.6";
cliRev = "v25.0.5";
cliHash = "sha256-CACMi3bXUN6oGc2f/Z+lNQqMgQ4llRWPRKgijdpiPGg=";
cliRev = "v${version}";
cliHash = "sha256-7ZKjlONL5RXEJZrvssrL1PQMNANP0qTw4myGKdtd19U=";
mobyRev = "v${version}";
mobyHash = "sha256-+zkhUMeVD3HNq8WrWQmLskq+HykvD5kzSACmf67YbJE=";
runcRev = "v1.1.12";
Expand Down

0 comments on commit 5797eda

Please sign in to comment.