ddev: 1.24.2 -> 1.24.3

This commit is contained in:
R. Ryantm
2025-02-26 12:54:20 +00:00
parent eab9aa8fae
commit d87cbab4c6
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ddev";
version = "1.24.2";
version = "1.24.3";
src = fetchFromGitHub {
owner = "ddev";
repo = "ddev";
rev = "v${version}";
hash = "sha256-Bvp1mx07PXnLChmbaiBv2wnoN/oAZED5xQSoKMUo9tY=";
hash = "sha256-q1bLnwVNFAtnG5tCn7ox4lgaXM60rrVEcWgBNuRJcSU=";
};
vendorHash = null;