arcanist: 20230401 -> 20230530

This version fixes some bugs remaining from the migration to newer PHP.
This commit is contained in:
Patryk Wychowaniec 2023-06-03 12:19:30 +02:00
parent 599fd903c4
commit ec232e6930
No known key found for this signature in database
GPG Key ID: F62547D075E09767

View File

@ -25,13 +25,13 @@ let makeArcWrapper = toolset: ''
in
stdenv.mkDerivation {
pname = "arcanist";
version = "20230401";
version = "20230530";
src = fetchFromGitHub {
owner = "phacility";
repo = "arcanist";
rev = "0fc22183e796fb8ac2e3a0a3f3f37aa964c6d7fa";
hash = "sha256-DPq0SJTOUzQFo6r/o5R0rS9FPaKebWYxaOd1Ocn7Ic8=";
rev = "e50d1bc4eabac9c37e3220e9f3fb8e37ae20b957";
hash = "sha256-u+HRsaCuAAyLrEihrZtLrdZ6NTVjPshieJATK3t5Fo4=";
};
patches = [