Merge pull request #304777 from r-ryantm/auto-update/ddev

ddev: 1.22.7 -> 1.23.0
This commit is contained in:
Weijia Wang 2024-04-27 03:32:16 +02:00 committed by GitHub
commit 48ddbd7175
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;