ddev: 1.25.0 -> 1.25.1 (#493349)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-23 15:26:46 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule (finalAttrs: {
pname = "ddev";
version = "1.25.0";
version = "1.25.1";
src = fetchFromGitHub {
owner = "ddev";
repo = "ddev";
rev = "v${finalAttrs.version}";
hash = "sha256-vRhFj2/lV34sDIDUxi2/zF9VJimhi6By6TQndl0O/Xg=";
hash = "sha256-kHGGUFX/xlmQsYxKPxSuRJHk2na9gU1Kd2jhNclAp5s=";
};
nativeBuildInputs = [