Skip to content

Commit

Permalink
docker_27: 27.0.2 -> 27.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 3, 2024
1 parent 9a775e4 commit cfd26b1
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 @@ -315,9 +315,9 @@ rec {
};

docker_27 = callPackage dockerGen rec {
version = "27.0.2";
version = "27.0.3";
cliRev = "v${version}";
cliHash = "sha256-6Occc3jZNS5N76bxLA+WBJuIzF8GJeaXWOMHfFjikIM=";
cliHash = "sha256-fpjSnUq3T6WZO/FLeT377FWxwevbULob9dPiSBxZdHI=";
mobyRev = "v${version}";
mobyHash = "sha256-v5uhFQPbBIpfnKtAkmbq4w+TbaG01tqTSWNBE3NvPKU=";
runcRev = "v1.1.13";
Expand Down

0 comments on commit cfd26b1

Please sign in to comment.