ddev: 1.22.7 -> 1.23.0

This commit is contained in:
R. Ryantm 2024-04-17 12:32:04 +00:00
parent d84b5d7735
commit c224f4337b
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ddev";
version = "1.22.7";
version = "1.23.0";
src = fetchFromGitHub {
owner = "ddev";
repo = "ddev";
rev = "v${version}";
hash = "sha256-bFQW12VzH+/OXTRBavEdfxnGowJt5TKM3r0UD64ALVs=";
hash = "sha256-+CyihuSo/ssX8tX2rYi3c41eAwdG58aagAsYiBBjQ48=";
};
vendorHash = null;