[Backport release-25.05] ddev: 1.24.8 -> 1.24.10 (#461048)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-12 21:43:11 +00:00
committed by GitHub

View File

@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "ddev";
version = "1.24.8";
version = "1.24.10";
src = fetchFromGitHub {
owner = "ddev";
repo = "ddev";
rev = "v${version}";
hash = "sha256-z0rxRY/Jxo+0aLj1vfODBVlmZYb3SOufctS7R9d/3gs=";
hash = "sha256-ijYkTVVuNLsG8+L4g1sWAJCSh/3MaoeirItLjcIg150=";
};
nativeBuildInputs = [