Unverified Commit 6453a034 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

ddev: 1.25.1 -> 1.25.2 (#512369)

parents 1136f7c5 53580a05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@ let
in
buildGoModule (finalAttrs: {
  pname = "ddev";
  version = "1.25.1";
  version = "1.25.2";

  src = fetchFromGitHub {
    owner = "ddev";
    repo = "ddev";
    rev = "v${finalAttrs.version}";
    hash = "sha256-kHGGUFX/xlmQsYxKPxSuRJHk2na9gU1Kd2jhNclAp5s=";
    hash = "sha256-JcZTKGjYTvrUT6IAKfVJsJj3e4Q60uiIdK3Y9GzeIVw=";
  };

  postPatch = ''