phpactor: 2025.04.17.0 -> 2025.07.25.0 (#428269)

This commit is contained in:
Pol Dellaiera
2025-07-25 14:59:06 +02:00
committed by GitHub
+4 -14
View File
@@ -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)