Unverified Commit 27cff302 authored by Zuruh's avatar Zuruh Committed by GitHub
Browse files

phpactor: 2024.06.30.0 -> 2024.11.05.0 (#354051)

parent 4e185130
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

php.buildComposerProject2 (finalAttrs: {
  pname = "phpactor";
  version = "2024.06.30.0";
  version = "2024.11.05.0";

  src = fetchFromGitHub {
    owner = "phpactor";
    repo = "phpactor";
    rev = finalAttrs.version;
    hash = "sha256-QcKkkgpWWypapQPawK1hu+6tkF9c5ICPeEPWqCwrUBM=";
    hash = "sha256-/h7Apqo0N4aQvLfzfV/v35npo1wwOOZksokJKhCp8oA=";
  };

  vendorHash = "sha256-Q72EeGeVqjaOZeW8VAB59OY0E/wvL8Ljq/9XC4iK/rg=";
  vendorHash = "sha256-nfy2H6isjW7m0UdPaX9Kqt2iwA2IwOhHE+xmqJ2t1qo=";

  nativeBuildInputs = [ installShellFiles ];