ddev: 1.24.10 -> 1.25.0

This commit is contained in:
R. Ryantm
2026-02-04 00:32:36 +00:00
parent 41965737c1
commit 947ff6bb04
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "ddev";
version = "1.24.10";
version = "1.25.0";
src = fetchFromGitHub {
owner = "ddev";
repo = "ddev";
rev = "v${version}";
hash = "sha256-ijYkTVVuNLsG8+L4g1sWAJCSh/3MaoeirItLjcIg150=";
hash = "sha256-vRhFj2/lV34sDIDUxi2/zF9VJimhi6By6TQndl0O/Xg=";
};
nativeBuildInputs = [