mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +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 {
|
||||
owner = "vaivaswatha";
|
||||
repo = "debugir";
|
||||
rev = "db871e6cee7f653e284b226e2567a2574635247c";
|
||||
sha256 = "0rgh9gawf92mjya1plxlgi9azkwca3gq8qa5hri18k4b7sbjm6lx";
|
||||
rev = "b981e0b74872d9896ba447dd6391dfeb63332b80";
|
||||
sha256 = "Gzey0SF0NZkpiObk5e29nbc41dn4Olv1dx+6YixaZH0=";
|
||||
};
|
||||
buildInputs = with pkgs; [ cmake libxml2 llvmPackages_13.llvm.dev ];
|
||||
buildPhase = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue