Skip to content

Commit d87cbab

Browse files
committed
ddev: 1.24.2 -> 1.24.3
1 parent eab9aa8 commit d87cbab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/dd/ddev/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildGoModule rec {
44
pname = "ddev";
5-
version = "1.24.2";
5+
version = "1.24.3";
66

77
src = fetchFromGitHub {
88
owner = "ddev";
99
repo = "ddev";
1010
rev = "v${version}";
11-
hash = "sha256-Bvp1mx07PXnLChmbaiBv2wnoN/oAZED5xQSoKMUo9tY=";
11+
hash = "sha256-q1bLnwVNFAtnG5tCn7ox4lgaXM60rrVEcWgBNuRJcSU=";
1212
};
1313

1414
vendorHash = null;

0 commit comments

Comments
 (0)