ddev: 1.24.5 -> 1.24.6 (#410890)

Co-authored-by: remyvv <remyvv@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-26 05:26:48 +00:00
committed by GitHub
co-authored by remyvv
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "ddev";
version = "1.24.5";
version = "1.24.6";
src = fetchFromGitHub {
owner = "ddev";
repo = "ddev";
rev = "v${version}";
hash = "sha256-CyYGmxYJ5ef+H1qt0CiFcGOslBwkeHqdDQcmuqu4g9M=";
hash = "sha256-vOf500/HdOWn24MdXDfbetqAyKbEsaut707O+Rndks8=";
};
nativeBuildInputs = [