arcanist: 20230401 -> 20230530
This version fixes some bugs remaining from the migration to newer PHP.
This commit is contained in:
parent
599fd903c4
commit
ec232e6930
1 changed files with 3 additions and 3 deletions
|
@ -25,13 +25,13 @@ let makeArcWrapper = toolset: ''
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "arcanist";
|
pname = "arcanist";
|
||||||
version = "20230401";
|
version = "20230530";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "phacility";
|
owner = "phacility";
|
||||||
repo = "arcanist";
|
repo = "arcanist";
|
||||||
rev = "0fc22183e796fb8ac2e3a0a3f3f37aa964c6d7fa";
|
rev = "e50d1bc4eabac9c37e3220e9f3fb8e37ae20b957";
|
||||||
hash = "sha256-DPq0SJTOUzQFo6r/o5R0rS9FPaKebWYxaOd1Ocn7Ic8=";
|
hash = "sha256-u+HRsaCuAAyLrEihrZtLrdZ6NTVjPshieJATK3t5Fo4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue