Unverified Commit d4ca64c8 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

Merge pull request #232272 from LeSuisse/arcanist-20230401

arcanist: 20220517 -> 20230401, switch to PHP 8.1
parents 6abcfa08 8556a98d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@ let makeArcWrapper = toolset: ''
in
stdenv.mkDerivation {
  pname = "arcanist";
  version = "20220517";
  version = "20230401";

  src = fetchFromGitHub {
    owner = "phacility";
    repo = "arcanist";
    rev = "85c953ebe4a6fef332158fd757d97c5a58682d3a";
    sha256 = "0x847fw74mzrbhzpgc4iqgvs6dsf4svwfa707dsbxi78fn2lxbl7";
    rev = "0fc22183e796fb8ac2e3a0a3f3f37aa964c6d7fa";
    hash = "sha256-DPq0SJTOUzQFo6r/o5R0rS9FPaKebWYxaOd1Ocn7Ic8=";
  };

  patches = [
@@ -80,7 +80,7 @@ stdenv.mkDerivation {

  meta = {
    description = "Command line interface to Phabricator";
    homepage = "http://phabricator.org";
    homepage = "https://www.phacility.com/";
    license = lib.licenses.asl20;
    platforms = lib.platforms.unix;
    maintainers = [ lib.maintainers.thoughtpolice ];
+1 −2
Original line number Diff line number Diff line
@@ -2900,8 +2900,7 @@ with pkgs;
  arangodb = callPackage ../servers/nosql/arangodb { };
  # arcanist currently crashes with some workflows on php8.1, use 8.0
  arcanist = callPackage ../development/tools/misc/arcanist { php = php80; };
  arcanist = callPackage ../development/tools/misc/arcanist { php = php81; };
  arduino = arduino-core.override { withGui = true; };