mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Bump debugir to use LLVM 13
This commit is contained in:
parent
30671b5725
commit
130428faa0
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ pkgs.stdenv.mkDerivation {
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "vaivaswatha";
|
owner = "vaivaswatha";
|
||||||
repo = "debugir";
|
repo = "debugir";
|
||||||
rev = "db871e6cee7f653e284b226e2567a2574635247c";
|
rev = "b981e0b74872d9896ba447dd6391dfeb63332b80";
|
||||||
sha256 = "0rgh9gawf92mjya1plxlgi9azkwca3gq8qa5hri18k4b7sbjm6lx";
|
sha256 = "Gzey0SF0NZkpiObk5e29nbc41dn4Olv1dx+6YixaZH0=";
|
||||||
};
|
};
|
||||||
buildInputs = with pkgs; [ cmake libxml2 llvmPackages_13.llvm.dev ];
|
buildInputs = with pkgs; [ cmake libxml2 llvmPackages_13.llvm.dev ];
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue