ddev: 1.24.6 -> 1.24.7 (#426539)

Co-authored-by: remyvv <remyvv@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-28 08:14:03 +00:00 committed by GitHub
commit 9f55bf763b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "ddev";
version = "1.24.6";
version = "1.24.7";
src = fetchFromGitHub {
owner = "ddev";
repo = "ddev";
rev = "v${version}";
hash = "sha256-vOf500/HdOWn24MdXDfbetqAyKbEsaut707O+Rndks8=";
hash = "sha256-1BlipTmpjoHjzDz5ueCYn410qzsVePikA1c5Z93Rboo=";
};
nativeBuildInputs = [