Unverified Commit 1dae54c4 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

phpactor: 2025.02.21.0 -> 2025.03.28.0 (#394518)

parents a84bbd18 1d526500
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

php.buildComposerProject2 (finalAttrs: {
  pname = "phpactor";
  version = "2025.02.21.0";
  version = "2025.03.28.0";

  src = fetchFromGitHub {
    owner = "phpactor";
    repo = "phpactor";
    rev = finalAttrs.version;
    hash = "sha256-c/tYyWTfMGfylhm0DCr8zCN8Qh0xGAb5aiMSou4khdg=";
    hash = "sha256-K3phBiu2D3DbOm7mApqqSNnVCsfYRQtN/o3bCVubN9I=";
  };

  vendorHash = "sha256-+Yar3FLE5Fhvj24vCBd9+2vEfNXlhaGPbP33Zpz5hzM=";
  vendorHash = "sha256-7wFlS+a97tdhfxfc/IElzOVH25MAgf42UZBC1giBAls=";

  nativeBuildInputs = [ installShellFiles ];