[Backport release-26.05] ddev: 1.25.2 -> 1.25.3 (#540498)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-15 18:55:37 +00:00
committed by GitHub

View File

@@ -20,13 +20,13 @@ let
in
buildGoModule (finalAttrs: {
pname = "ddev";
version = "1.25.2";
version = "1.25.3";
src = fetchFromGitHub {
owner = "ddev";
repo = "ddev";
rev = "v${finalAttrs.version}";
hash = "sha256-JcZTKGjYTvrUT6IAKfVJsJj3e4Q60uiIdK3Y9GzeIVw=";
hash = "sha256-IsFay9UqvRdllLzyQLg3YUPFlg6MugYVWRXxUpBV9n0=";
};
postPatch = ''