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

phpactor: 2025.04.17.0 -> 2025.07.25.0 (#428269)

parents b41aa9f1 82d0cc61
Loading
Loading
Loading
Loading
+4 −14
Original line number Diff line number Diff line
@@ -5,31 +5,21 @@
  php,
  versionCheckHook,
}:

php.buildComposerProject2 (finalAttrs: {
  pname = "phpactor";
  version = "2025.04.17.0";
  version = "2025.07.25.0";

  src = fetchFromGitHub {
    owner = "phpactor";
    repo = "phpactor";
    rev = finalAttrs.version;
    hash = "sha256-HJH+31qAE4shamRl1/+TRtje0ZzOtPV7l++NIaacmxE=";
    tag = finalAttrs.version;
    hash = "sha256-9XWlWwq+xvqPgKIc7IGoMVTxajjYsrPo/ra/0JIE168=";
  };

  vendorHash = "sha256-qdR8/ME9H7gusALjXXbKl8hj20N704Nw1tC3V9xTcEY=";
  vendorHash = "sha256-3xkt0QjytW4BOCgZdevat7zkSuZTPPvwz3yptiq5zoo=";

  nativeBuildInputs = [ installShellFiles ];

  php = php.withExtensions (
    { all, ... }:
    with all;
    [
      mbstring
      tokenizer
    ]
  );

  postInstall = ''
    installShellCompletion --cmd phpactor \
    --bash <(php $out/bin/phpactor completion bash)