ddev: 1.25.1 -> 1.25.2

This commit is contained in:
R. Ryantm
2026-04-22 12:28:44 +00:00
parent 274c537c29
commit 53580a0554
+2 -2
View File
@@ -20,13 +20,13 @@ let
in
buildGoModule (finalAttrs: {
pname = "ddev";
version = "1.25.1";
version = "1.25.2";
src = fetchFromGitHub {
owner = "ddev";
repo = "ddev";
rev = "v${finalAttrs.version}";
hash = "sha256-kHGGUFX/xlmQsYxKPxSuRJHk2na9gU1Kd2jhNclAp5s=";
hash = "sha256-JcZTKGjYTvrUT6IAKfVJsJj3e4Q60uiIdK3Y9GzeIVw=";
};
postPatch = ''