We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d8a5b1 + d87cbab commit 82eb82eCopy full SHA for 82eb82e
pkgs/by-name/dd/ddev/package.nix
@@ -2,13 +2,13 @@
2
3
buildGoModule rec {
4
pname = "ddev";
5
- version = "1.24.2";
+ version = "1.24.3";
6
7
src = fetchFromGitHub {
8
owner = "ddev";
9
repo = "ddev";
10
rev = "v${version}";
11
- hash = "sha256-Bvp1mx07PXnLChmbaiBv2wnoN/oAZED5xQSoKMUo9tY=";
+ hash = "sha256-q1bLnwVNFAtnG5tCn7ox4lgaXM60rrVEcWgBNuRJcSU=";
12
};
13
14
vendorHash = null;
0 commit comments