lol

arcanist: 20230401 -> 20230530

This version fixes some bugs remaining from the migration to newer PHP.

+3 -3
+3 -3
pkgs/development/tools/misc/arcanist/default.nix
··· 25 25 in 26 26 stdenv.mkDerivation { 27 27 pname = "arcanist"; 28 - version = "20230401"; 28 + version = "20230530"; 29 29 30 30 src = fetchFromGitHub { 31 31 owner = "phacility"; 32 32 repo = "arcanist"; 33 - rev = "0fc22183e796fb8ac2e3a0a3f3f37aa964c6d7fa"; 34 - hash = "sha256-DPq0SJTOUzQFo6r/o5R0rS9FPaKebWYxaOd1Ocn7Ic8="; 33 + rev = "e50d1bc4eabac9c37e3220e9f3fb8e37ae20b957"; 34 + hash = "sha256-u+HRsaCuAAyLrEihrZtLrdZ6NTVjPshieJATK3t5Fo4="; 35 35 }; 36 36 37 37 patches = [