Skip to content

Commit

Permalink
Merge pull request #332969 from teutat3s/docker-tag-25.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Aug 9, 2024
2 parents 07d1d6a + 5797eda commit 6d08aae
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 6d08aae

Please sign in to comment.